Interface IOutcomeSettlement
- Namespace
- Sportradar.OddsFeed.SDK.Entities
- Assembly
- Sportradar.OddsFeed.SDK.dll
Represent settlement information for an outcome(market selection)
public interface IOutcomeSettlement : IOutcome
- Inherited Members
Properties
DeadHeatFactor
Gets a dead-heat factor for the current IOutcomeSettlement instance
double? DeadHeatFactor { get; }
Property Value
Remarks
A dead heat is defined as an event in which there are two or more joint winning contracts Dead heat rules state that the stake should be divided by the number of competitors involved in the dead heat and then settled at the normal odds
OutcomeResult
Gets a value indicating whether the outcome associated with current IOutcomeSettlement is winning - i.e. have the bets placed on this outcome winning or losing
OutcomeResult OutcomeResult { get; }
Property Value
VoidFactor
Gets the VoidFactor associated with a current IOutcomeSettlement or a null reference. The value indicates the percentage of the stake that should be voided(returned to the punter).
VoidFactor? VoidFactor { get; }