Click or drag to resize

ScoutOdds Class

Scout odds of specific type/subtype and corresponding odd fields.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveScoutScoutOdds

Namespace:  Sportradar.SDK.FeedProviders.LiveScout
Assembly:  LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.23.0.0 (2.23.0.0)
Syntax
C#
[SerializableAttribute]
public class ScoutOdds

The ScoutOdds type exposes the following members.

Constructors
  NameDescription
Public methodScoutOdds
Initializes a new instance of the ScoutOdds class
Top
Properties
  NameDescription
Public propertyAlsoOdds
Not important, used for compatibility with other systems.
Public propertyDescription
Description of this odds type or a freetext description (e.g. "1st Half - Exact number of goals").
Public propertyGuthMatchId
Guth (legacy system) match id.
Public propertyManualActive
Were odds manually activated?
Public propertyMatchId
Match id
Public propertySpecialOddsValue
This property is set only for some odds types: total, handicap and freetext3way/2way/nway. It indicates the total value, handicap value or freetext details respectively (e.g. special odds value for "Free Text nway" is "1st Half - Exact number of goals 3=8.75, 2=3.7, 1=2.4, 0=2.85, 4+=20")
Public propertySubType
Tells what kind of freetext odds this is (e.g. SubType="2" resolves to Description="Which team has kick off?").
Public propertyType
Odds type represented by a numeric id.
Public propertyValidDate
Time when odds were calculated.
Public propertyValues
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also