Class UfCustomBetSelection

java.lang.Object
com.sportradar.mbs.sdk.entities.selection.Selection
com.sportradar.mbs.sdk.entities.selection.UfCustomBetSelection

public class UfCustomBetSelection extends Selection
Represents a custom bet selection for the UF (Unified Feed) platform. Extends the base Selection class.
  • Constructor Details

    • UfCustomBetSelection

      public UfCustomBetSelection()
  • Method Details

    • newBuilder

      public static UfCustomBetSelection.Builder newBuilder()
      Creates a new instance of the UfCustomBetSelection class.
    • getSelections

      public UfSelection[] getSelections()
      Gets the selections for the custom bet.
      Returns:
      An array of UfSelection objects representing the selections.
    • setSelections

      public void setSelections(UfSelection[] value)
      Sets the selections for the custom bet.
      Parameters:
      value - An array of UfSelection objects representing the selections.
    • getOdds

      public Odds getOdds()
      Gets the odds for the custom bet.
      Returns:
      An Odds object representing the odds.
    • setOdds

      public void setOdds(Odds value)
      Sets the odds for the custom bet.
      Parameters:
      value - An Odds object representing the odds.