Skip to content

This repo features a betting arbitrage finder that uses The Odds API to fetch current betting odds. It enables users to identify profitable arbitrage opportunities by comparing odds from different bookmakers and exchanges. It is for entertainment and educational purposes only

License

Notifications You must be signed in to change notification settings

robbiehaynes/arbitrage-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This repo features a betting arbitrage finder that uses The Odds API to fetch current betting odds. It enables users to identify profitable arbitrage opportunities by comparing odds from different bookmakers and exchanges. It is for entertainment and educational purposes only

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages