Skip to content

A Python program that helps users convert between decimal and fractional betting odds for boxing matches and calculates implied probability based on odds.

License

Notifications You must be signed in to change notification settings

Aic-02mz/boxing-odds-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boxing Odds Calculator

Description

The Boxing Odds Calculator is a Python-based command-line tool that helps users convert between decimal and fractional betting odds for boxing matches and calculates implied probability based on the given odds. This program was inspired by the functionality of the AceOdds Odds Converter and provides a basic, non-GUI interface for working with odds.

AceOdds Odds Converter

How it Works

When you start the program, you will be prompted with a menu offering several options for working with odds:

  1. Convert Decimal to Fractional Odds
  2. Convert Fractional to Decimal Odds
  3. Calculate Implied Probability
  4. View Instructions/Help
  5. Exit

User Journey

Example:

  • If 1 is selected: Enter the decimal odds, and the program will convert them to fractional odds.

  • If 2 is selected: Enter fractional odds in the format numerator/denominator, and the program will convert them to decimal odds.

  • If 3 is selected: Enter either decimal or fractional odds, and the program will calculate the implied probability.

  • If 4 is selected: The program will display help information.

  • If 5 is selected: The program will exit.

  • Note

  • IF 1 selected enter the decimal like 1.2 or 2.34 (to 2 decmial places)

  • if 2 selected enter odds like for example 3/5 (fractional format)

This project is licensed under the MIT License - see the LICENSE file for details.

Output

output

Inspiration

inspiraiton

About

A Python program that helps users convert between decimal and fractional betting odds for boxing matches and calculates implied probability based on odds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages