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.
When you start the program, you will be prompted with a menu offering several options for working with odds:
- Convert Decimal to Fractional Odds
- Convert Fractional to Decimal Odds
- Calculate Implied Probability
- View Instructions/Help
- Exit
-
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.
-
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.