Class SelectionType
- Namespace
- Sportradar.OddsFeed.SDK.Messages.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
[Serializable]
public class SelectionType
- Inheritance
-
SelectionType
- Inherited Members
-
Properties
id
public string id { get; set; }
Property Value
- string
market_id
public int market_id { get; set; }
Property Value
- int
odds
public double odds { get; set; }
Property Value
- double
oddsSpecified
public bool oddsSpecified { get; set; }
Property Value
- bool
outcome_id
public string outcome_id { get; set; }
Property Value
- string
specifiers
public string specifiers { get; set; }
Property Value
- string