surebet

surebet is Python sport betting library allowing you to easily convert betting odds, calculate returns, calculate arbitrage betting opportunities and more


Keywords
surebet, arbitrage, arbitrage-bot, betting, odds, python, python3
License
MIT
Install
pip install surebet==0.1.2

Documentation

surebet

Documentation Status Updates Maintainability Test Coverage

surebet is Python sport betting library allowing you to easily convert betting odds, calculate returns, calculate arbitrage betting opportunities and more

Features

  • Normalize variety of betting odds to decimal odds available option below:
  1. US odds to decimal odds (us_to_dec)
  2. Probability odds to decimal odds (pro_to_dec)
  3. HongKong odds to decimal odds (hk_to_dec)
  4. Malaysian odds to decimal odds (mal_to_dec)
  5. Indonesian odds to decimal odds (ind_to_dec)
  • Identify there is arbitrage bet opportunity
  • TODO

Quickstart

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.