Table of Contents

Interface IPlayerOutcomeOdds

Namespace
Sportradar.OddsFeed.SDK.Entities
Assembly
Sportradar.OddsFeed.SDK.dll

Represents an odds for a player outcome(selection)

public interface IPlayerOutcomeOdds : IOutcomeOdds, IOutcomeProbabilities, IOutcome
Inherited Members

Properties

HomeOrAwayTeam

Gets the value indicating whether the associated team is home or away

HomeAway HomeOrAwayTeam { get; }

Property Value

HomeAway

The value indicating whether the associated team is home or away

Methods

GetCompetitorAsync()

Asynchronously gets the team to which the associated player belongs to

Task<ITeamCompetitor> GetCompetitorAsync()

Returns

Task<ITeamCompetitor>

A Task<TResult> representing the async operation

See Also