Click or drag to resize

ICustomBetManager Interface

Defines methods used to perform various custom bet operations

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface ICustomBetManager

The ICustomBetManager type exposes the following members.

Properties
 NameDescription
Public propertyCustomBetSelectionBuilder Returns an ICustomBetSelectionBuilder instance used to build selections
Top
Methods
 NameDescription
Public methodCalculateProbabilityAsync Returns an Calculation instance providing the probability for the specified selections
Public methodCalculateProbabilityFilterAsync Returns an Calculation instance providing the probability for the specified selections and filter out conflicting outcomes.
Public methodGetAvailableSelectionsAsync Returns an AvailableSelections instance providing the available selections for the event associated with the provided URN identifier
Top
See Also