Table of Contents

Interface ISelection

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

Provides an requested selection

public interface ISelection

Properties

EventId

Gets the event id

Urn EventId { get; }

Property Value

Urn

MarketId

Gets the market id

int MarketId { get; }

Property Value

int

Odds

Gets the odds

double? Odds { get; }

Property Value

double?

OutcomeId

Gets the outcome id

string OutcomeId { get; }

Property Value

string

Specifiers

Gets the specifiers

string Specifiers { get; }

Property Value

string