Click or drag to resize

ScoutOddsField Class

Scout odds field consisting of odds side and corresponding odds value (e.g. description="Under 1.5" side="betunder" value="2.9").
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveScoutScoutOddsField

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

The ScoutOddsField type exposes the following members.

Constructors
  NameDescription
Public methodScoutOddsField
Initializes a new instance of the ScoutOddsField class
Top
Properties
  NameDescription
Public propertyDescription
Description of this odds value (e.g. Home, Draw, Over 1.5, Under 1.5, etc).
Public propertySide
Odds value side (e.g. home, draw, betover, betunder, etc).
Public propertyValue
Odds value (e.g. 1.75)
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