Skip to content
3 min read Betting

Data Collection, Statistics and Input Variables

Data Collection, Statistics and Input Variables

Having already discussed about selecting a sport to bet on in the tutorial series on how to build your own Betting System, it’s time to deal with the input variables of the system we are going to develop. Now, don’t panic, by saying “input variables” doesn’t mean we plan on building a nuclear reactor! We will have some data entered in our system in order to make our calculations. That data can be anything that we found useful and in referance to the sport we have already selected. Let’s see some examples…

Now that you have made up your mind on which of the above you are going to place as inputs in your betting system, sort them in columns. Remember, your database may evolve to a very big and lengthy excel spreadsheet, therefore design it with that in mind, because any change afterwards may be painful and time consuming. The first columns must have the players or teams, date, and any other information to keep track of where you stand (league, tennis tournament, etc). Then come the input variables. First column home wins %, second one home goals for %, third one rain/sunny/windy, and so on. The more inputs, the better the prediction (according to most) but also the more effort you have to make each day updating your database.

The worst thing in this stage of building your own betting system, is that you don’t really know IF the inputs you are entering are going to be useful at all. For that reason, and until you have enough sample data to work with, you’d better have as many inputs as you can. Later, you will be able to get rid of the unnecessary ones. But for now, keep them all.

Ok, input variables done. Let’s move on to see how we can use them in order to calculate probabilities and value bet.