Click or drag to resize

IOutcomeProbabilities Interface

Represents a selection with probabilities information

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IOutcomeProbabilities : IOutcome

The IOutcomeProbabilities type exposes the following members.

Properties
 NameDescription
Public propertyActive Gets a value indicating whether the current IOutcome is active - i.e. should bets on it be accepted
Public propertyId Gets the value uniquely identifying the current instance
(Inherited from IOutcome)
Public propertyProbabilities Gets the probabilities for the current IOutcome instance
Top
Methods
 NameDescription
Public methodGetMappedOutcomeIdAsyncObsolete.
Asynchronously gets the mapping Id of the specified outcome
(Inherited from IOutcome)
Public methodGetMappedOutcomeIdsAsync Asynchronously gets the mapping Ids of the specified outcome
(Inherited from IOutcome)
Public methodGetNameAsync Asynchronously gets the name of the outcome in the specified language
(Inherited from IOutcome)
Top
See Also