Table of Contents

Interface IMarket

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

Provides an available selections for a particular market

public interface IMarket

Properties

Id

Gets the id of the market

int Id { get; }

Property Value

int

Outcomes

Gets the outcomes for this market

IEnumerable<string> Outcomes { get; }

Property Value

IEnumerable<string>

Specifiers

Gets the specifiers for this market

string Specifiers { get; }

Property Value

string