Interface CashOutProbabilities<T extends SportEvent>
- All Superinterfaces:
EventMessage<T>,MarketMessage<T>,Message
- All Known Implementing Classes:
CashOutProbabilitiesImpl
Defines methods implemented by cash-out probability messages
-
Method Summary
Modifier and TypeMethodDescriptionReturns the reason for the most recently sent betstop if the betstop is still activeReturns the betstop reason value descriptorIf this field is set, it reports that a previous betstop was sent but the markets have now been reopened.Returns the betting status value descriptorReturns a list of markets that are affected by the associated messageMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.EventMessage
getEvent, getRawMessage, getRequestIdMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.Message
getProducer, getTimestamps
-
Method Details
-
getBetstopReasonValue
NamedValue getBetstopReasonValue()Returns the betstop reason value descriptor- Returns:
- betstop reason value descriptor
-
getBetstopReason
String getBetstopReason()Returns the reason for the most recently sent betstop if the betstop is still active- Returns:
- the reason for the most recently sent betstop if the betstop is still active (otherwise null)
-
getBettingStatusValue
NamedValue getBettingStatusValue()Returns the betting status value descriptor- Returns:
- the betting status value descriptor
-
getBettingStatus
String getBettingStatus()If this field is set, it reports that a previous betstop was sent but the markets have now been reopened. A conservative bookmaker could keep the markets suspended. Previously, we call it that the markets are current in early betstart.- Returns:
- the betting status - if set the affected markets are in early betstart otherwise null.
-
getMarkets
List<MarketWithProbabilities> getMarkets()Description copied from interface:MarketMessageReturns a list of markets that are affected by the associated message- Specified by:
getMarketsin interfaceMarketMessage<T extends SportEvent>- Returns:
- the list of affected markets
-