Sure betting is a way of placing bets with a guaranteed profit, independently from match results, placing a precise amount of money on two opposite bets, using two (or more) different bookmakers.
This works because any bookmaker has its own odds for the same bets on a match, so you can place bet A on a bookmaker and the opposite bet B on another bookmaker. If odds on the two bookmakers satisfy some criteria, you will be guaranteed a profit. (Further explanations below)
You can find more info on different types of bets used in this program here
First of all, it gets every upcoming match and their quotes on a lot of bookmakers.
(Up to now, it only works for bookmakers accessible from Europe, and for Under/Over bets, called ‘totals’).
The program updates odds for each match approximately every 5 minutes.
Once it has every odds, it creates every combination for each match from different bookmakers and then it searches for a couple of opposite winning bets to place on different bookmakers (further explanations of this part below).
When it finds them, it sends a message on the telegram channel with infos of the bets to place and their profit.
-> FULL EXPLAINATION here
-
Select "Telegram-implementation" branch
git checkout Telegram-implementation
-
Install requirements:
pip install -r requirements.txt
-
Run Bot with:
python3 main.py