Click or drag to resize

EventOddsOddsFields Property

Collection of odds fields. Odds types that are active contain odds fields, while inactive odds types do not. Key is represented by the odds type.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Common
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public IDictionary<string, EventOddsField> OddsFields { get; }

Property Value

IDictionaryString, EventOddsField
See Also