Click or drag to resize

ScoutOddsValues Property

Collection of odds field values (e.g. for 1x2: Home=2.5, Draw=2.9, Away=2.85). Key is represented by an odds value Side.

Namespace:  Sportradar.SDK.FeedProviders.LiveScout
Assembly:  LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.23.0.0 (2.23.0.0)
Syntax
C#
public IDictionary<string, ScoutOddsField> Values { get; }

Property Value

Type: IDictionaryString, ScoutOddsField
See Also