Table of Contents

Interface IAvailableSelections

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

Provides an available selections for a particular event

public interface IAvailableSelections

Properties

EventId

Gets the Urn of the event

Urn EventId { get; }

Property Value

Urn

Markets

Gets the list of markets for this event

IEnumerable<IMarket> Markets { get; }

Property Value

IEnumerable<IMarket>