Table of Contents

Interface IMarketWithOdds

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

Defines a contract implemented by classes providing odds information for betting markets

public interface IMarketWithOdds : IMarket
Inherited Members

Properties

CashoutStatus

Gets a CashoutStatus enum member specifying the availability of cashout, or a null reference

CashoutStatus? CashoutStatus { get; }

Property Value

CashoutStatus?

IsFavorite

Gets a value indicating whether the market associated with the current instance is the favorite market (i.e. the one with most balanced odds)

bool IsFavorite { get; }

Property Value

bool

MarketMetadata

Gets the market metadata which contains the additional market information

IMarketMetadata MarketMetadata { get; }

Property Value

IMarketMetadata

The market metadata which contains the additional market information

OutcomeOdds

Gets an IEnumerable<T> where each IOutcomeOdds instance provides odds information for one outcome(selection)

IEnumerable<IOutcomeOdds> OutcomeOdds { get; }

Property Value

IEnumerable<IOutcomeOdds>

Status

Gets a MarketStatus enum member specifying the status of the market associated with the current IMarketWithOdds instance

MarketStatus Status { get; }

Property Value

MarketStatus