java.lang.Object
com.sportradar.mbs.sdk.entities.stake.Stake
Direct Known Subclasses:
BonusStake, CashStake, FreeCashStake, FreeRolloverStake, FreeStake

public class Stake extends Object
The Stake class represents a stake in a betting system. It provides static methods to create different types of stakes.
  • Constructor Details

    • Stake

      public Stake()
  • Method Details

    • newFreeCashStakeBuilder

      public static FreeCashStake.Builder newFreeCashStakeBuilder()
      Creates a new instance of FreeCashStake.Builder.
      Returns:
      a new instance of FreeCashStake.Builder
    • newFreeRolloverStakeBuilder

      public static FreeRolloverStake.Builder newFreeRolloverStakeBuilder()
      Creates a new instance of FreeRolloverStake.Builder.
      Returns:
      a new instance of FreeRolloverStake.Builder
    • newBonusStakeBuilder

      public static BonusStake.Builder newBonusStakeBuilder()
      Creates a new instance of BonusStake.Builder.
      Returns:
      a new instance of BonusStake.Builder
    • newFreeStakeBuilder

      public static FreeStake.Builder newFreeStakeBuilder()
      Creates a new instance of FreeStake.Builder.
      Returns:
      a new instance of FreeStake.Builder
    • newCashStakeBuilder

      public static CashStake.Builder newCashStakeBuilder()
      Creates a new instance of CashStake.Builder.
      Returns:
      a new instance of CashStake.Builder