A Command Line Interface (CLI) application that converts various types of betting odds into implied probabilities. Implied probability provides insight into the likelihood of winning as determined by the betting market.
The Betting Odds Convertor allows users to easily convert different types of betting odds into implied probabilities. It provides valuable insights for bettors, helping them make informed decisions based on market odds.
The application supports three widely used types of betting odds:
-
American Moneyline:
- Denoted by an integer number.
- A positive American Moneyline indicates the potential profit when wagering $100.
- A negative American Moneyline indicates the amount needed to wager to win $100.
-
Decimals:
- Decimal odds quote the potential returns that would be paid if the bet succeeds in your favor.
-
Fractions:
- Fractional odds, like decimal odds, quote the potential returns if the bet succeeds.
- Presented in a fractional format.
To get started with the Betting Odds Calculator, you'll need to install it on your local machine.
- Download the
.deb
package from the releases page. - Open a terminal and run:
sudo dpkg -i betting-odds-converter_0.1.0-1_amd64.deb
- Install any missing dependencies:
sudo apt-get install -f
- Download the
.rpm
package from the releases page. - Open a terminal and run:
sudo rpm -i betting_odds_converter-0.1.0-1.x86_64.rpm
- Clone the repository:
git clone https://github.com/yourusername/betting-odds-calculator.git cd betting-odds-calculator
- Build the project:
cargo build --release
- The compiled binary will be available in the
target/release/
directory. Run it:./target/release/betting-odds-calculator
-
Select Betting Odds Type:
- Choose the type of betting odds you want to convert (American Moneyline, Decimals, or Fractions).
-
Enter Odds Value:
- Input the odds value associated with your bet.
-
Implied Probability:
- The application will calculate and display the implied probability of your selected odds.
-
Repeat as Needed:
- You can use the calculator to convert odds as often as you like.
Contributions to this project are welcome. Feel free to open issues or submit pull requests to enhance the functionality or fix any bugs.
This project is licensed under the MIT License.