Click or drag to resize

ICustomBetManagerCalculateProbabilityAsync Method

Returns an Calculation instance providing the probability for the specified selections

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#
Task<ICalculation> CalculateProbabilityAsync(
	IEnumerable<ISelection> selections
)

Parameters

selections  IEnumerableISelection
The IEnumerableT containing selections for which the probability should be calculated

Return Value

TaskICalculation
An Calculation providing the probability for the specified selections
See Also