Class DecimalOdds

java.lang.Object
com.sportradar.mbs.sdk.entities.odds.Odds
com.sportradar.mbs.sdk.entities.odds.DecimalOdds

public class DecimalOdds extends Odds
Represents decimal odds.
  • Constructor Details

    • DecimalOdds

      public DecimalOdds()
  • Method Details

    • newBuilder

      public static DecimalOdds.Builder newBuilder()
      Creates a new instance of the DecimalOdds.Builder class.
      Returns:
      A new instance of the DecimalOdds.Builder class.
    • getValue

      public BigDecimal getValue()
      Gets the value of the decimal odds.
      Returns:
      The value of the decimal odds.
    • setValue

      public void setValue(BigDecimal value)
      Sets the value of the decimal odds.
      Parameters:
      value - The value of the decimal odds.