Sportradar.MTS.SDK.API Namespace
Sportradar.MTS.SDK.Common.Exceptions Namespace
Sportradar.MTS.SDK.Entities.Builders Namespace
Sportradar.MTS.SDK.Entities.EventArguments Namespace
Sportradar.MTS.SDK.Entities.Interfaces Namespace
Sportradar.MTS.SDK.Entities.Internal.REST Namespace
Sportradar MTS SDK .NET Standard 2.1, v2.3.3

ICustomBetManager..::..CalculateProbabilityAsync Method

Returns an ICalculation instance providing the probability for the specified selections

Namespace:  Sportradar.MTS.SDK.API
Assembly:  Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll)

Syntax


Task<ICalculation> CalculateProbabilityAsync(
	IEnumerable<ISelection> selections
)

Parameters

selections
Type: IEnumerable<(Of <(<'ISelection>)>)>
The IEnumerable containing selections for which the probability should be calculated

Return Value

An ICalculation providing the the probability for the specified selections