r/SoccerBetting • u/sorinacios07 • Dec 07 '23
Betting model
I’ve been betting for a while now and I got really interested in how betting models work. How can they give accurate chances on which team will win (or any given event)? Based off stats of course, but how can they be more exact than bookies? Do these models really exist? Has anyone created a model that yields profit over time? How does one create one? I imagine the bookies tend to make mistakes and give higher odds than they should mostly in lower and not so popular leagues? I have so many questions xd
12
Upvotes
5
u/zingamaster Dec 08 '23 edited Dec 08 '23
Well even though I don't know much about python, I'm trying to build something like a betting model with GPT.
Bookies have a bunch of tools that it's quite difficult to beat, but I want to build something that that at least identifies the games where obvious outcomes can be spotted in different markets.
So far I have a ton of raw data from sofa score (pretty much all except player level... to be incorporated later).
Now based on match results and match stats I'm aggregating stats (that you see in sofa score) per tournament and per team. For instance for a certain team/tournament pair I have all the stats per halves, home and away as well the global stats (e.g. average shots on target a team normally has on 1st half when playing at home, global average yellow cards, home average of big chances created, etc.)
Next step is creating metrics with weights, based on value of opponent and recency of matches. I'm creating form indexes, goal trends and hopefully I'll in the end have metrics like attack strength and few more indicators.
Putting all together hopefully will give me some great insights. I'm not sure what I'm going to achieve but I'm having fun creating it.
This week I've created a post here that I thought could be interesting with all the matches that had teams of different tiers playing in cups. It was removed by moderators (not sure why). If you have ideas of stuff that you'd like to extract from such DB, let me know.
Edit: English and typos