#odds #format #probability #decimal #sport #betting #american

implied

implied provides functionality around dealing with odds, such as converting to different odds formats or devigging them

1 unstable release

0.0.1 Aug 17, 2023

#5 in #odds

22 downloads per month

MIT license

12KB
249 lines

implied

Represent and devig odds for sports betting in Rust

Crates.io Build

implied is a Rust crate used to represent odds formats commonly used in betting (American, Decimal, Probability) and to devig them (i.e., find the implied odds) using methods such as the additive method or Shin's method. You can use implied in your own Rust project by including it as a dependency in your Cargo.toml:

[dependencies]
implied = "0.0.1"

lib.rs:

implied

A library to represent, convert and devig sports betting odds.

No runtime deps