Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 834 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 834 Bytes

Python Arbitrage Betting Finder 📈

This arbitrage betting finder will search major sports events, using The Odds API to fetch odds.

Then, using clever mathematics, will search for arbitrage opportunities across all bookmakers.

How to use

python arbitrage-finder.py

This will return:

  • Matches with arbitrage opportunities
  • Correct odds to use
  • Amount to wager on each result
  • Bookmaker to use

To save the arbitrage opportunities to a custom datastore, update the APIHandler in the networkhandler.py to use your storage solution. Also please add a DISCORD_WEBHOOK_URL in your env variables if you wish to use this feature

Disclaimer: Arbitrage betting discussed herein is purely for educational purposes and should not be construed as financial advice.