Click or drag to resize

IPlayerOutcomeOdds Interface

Represents an odds for a player outcome(selection)

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 IPlayerOutcomeOdds : IOutcomeOddsV1, 
	IOutcomeOdds, IOutcomeProbabilitiesV1, IOutcomeProbabilities, IOutcome

The IPlayerOutcomeOdds 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
(Inherited from IOutcomeProbabilities)
Public propertyAdditionalProbabilities Additional probability attributes for markets which potentially will be (partly) refunded
(Inherited from IOutcomeProbabilitiesV1)
Public propertyHomeOrAwayTeam Gets the value indicating whether the associated team is home or away
Public propertyId Gets the value uniquely identifying the current instance
(Inherited from IOutcome)
Public propertyOddsObsolete.
Gets the odds for the current IOutcomeOdds instance
(Inherited from IOutcomeOdds)
Public propertyProbabilities Gets the probabilities for the current IOutcome instance
(Inherited from IOutcomeProbabilities)
Top
Methods
 NameDescription
Public methodGetCompetitorAsync Asynchronously gets the team to which the associated player belongs to
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)
Public methodGetOdds Gets the odds in specified format
(Inherited from IOutcomeOddsV1)
Top
See Also