Coder Social home page Coder Social logo

adamjonas / betting-arbitrage Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhouyan8603/betting-arbitrage

0.0 1.0 0.0 13 KB

Arbitrage Alert scanner. Scans odds across Betfair, Pinnacle, William Hill, bet365, Bookmaker, BetOnline, The Greek Sportsbook, JustBet, SportsInteraction, WagerWeb, 5Dimes

Python 100.00%

betting-arbitrage's Introduction

Sports Arbitrage

This is a basic python alert service for Sports Arbitrage. It scans odds across:

  • Betfair
  • Pinnacle
  • William Hill
  • bet365
  • Bookmaker
  • BetOnline
  • The Greek Sportsbook
  • JustBet
  • SportsInteraction
  • WagerWeb
  • 5Dimes

It can also easily be modified to include:

  • Bodog
  • Sportsbetting
  • SBR Sportsbook
  • Sportbet
  • IslandCasino
  • Diamond Sportsbook
  • Intertops
  • betcris
  • Heritage
  • YouWager
  • JazzSports
  • ABCislands
  • LooseLines
  • BetUs
  • matchbook
  • Bovada
  • GtBets
  • Mybookie.ag

Work is underway to MarathonBet and Ladbrokes in the near future.

What is Arbitrage?

Arbitrage bet in sports betting is an activity where you simultaneously place bets on all possible outcomes of an event at odds that guarantee profit, whatever the result of the event will be. A simple example of how this can be achieved is found here.

Getting a betfair API key

In order to use the Betting & Accounts API, you need to have an Application Key. The Application Key identifies your API client. Two App Keys are assigned to a single Betfair account, one live App Key and one delayed App Key for testing. The delayed API key will give a delay on all odds feeds from the listMarketBook operation. This script can be used using only the delayed API key, however red herrings's may appear, and arbs may be missede due to the delay in the feeds.

To obtain a betfair API key, you must first create an account on Betfair. Once this is done:

  • Log in to your Betfair exchange account (make sure to do this first).
  • Go to the Accounts API Visualiser and ensure the the Endpoint "UK" is selected.
  • Select the createDeveloperAppKeys operation from the list of Operations on the top left hand side of the visualiser.
  • Enter your Application Name (this must be unique) in the 'Request' column. The Application Name can be any name of your choice, but like your Betfair username, must be unique.
  • Press Execute at the bottom of the 'Request' column.
  • Two Application Keys will then be created and displayed in the Developer Apps column of the demo tool.

You will only need to create an application key once. See here learn more, and to find out about activating the live API key

How to use the script?

Dependencies:

  • urllib
  • urllib2
  • json
  • requests
  • BeautifulSoup
  • Pandas
  • unicodedata
  • numpy
  • pytz
  • sqlite3

To use the script, you will first have to fill out the betfair/userinfo.py file. It should contain your Betfair username, password, and API key from above. Provided this is done and all dependencies are installed, the bot should run infinitely (until stopped) by simply running python master.py.

It will return arbitrage opportunities in the form of: We will get 5% ROI if we bet 70% on N Djokovic at 1.5 and 30% on R Nadal at 3.5

(Info as to which book each odds are available at will be in the next commit)

This means that if you are betting €/$/£500, you should bet 350 on N Djokovic and 150 on Nadal, to get a guaranteed profit of €/$/£25.

Disclaimer

This is intended purely as an experiment and it is not recommended that anyone pursue the alerts provided by this script with their real money. I will not be devoting any time to maintaining this bot, and as such bugs can creep in which can challenge the authenticity of an arb. Combined with this, arbitrage is a risky endeavour even with a perfect alert service. I repeat the earlier mantra: do not practice this with money.

This work is completely open sourced for anyone to use for any purpose they see fit. I greatly welcome any contributions to the project. If implementing my work somewhere else I simply ask that you accredit me, though please note that not all work included here is mine (see below).

The code here contains pieces taken from the repositories below:

  • Betfair - Used for calls to the Betfair API
  • SharpChiCity - Modified version of this was used to scrape Sportsbookreview's odds feed.

betting-arbitrage's People

Contributors

cribbinm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.