Click or drag to resize

VoidFactor Enumeration

Specifies the void factor of the associated outcome. The value indicates the percentage of the stake that should be voided (returned to the punter).

Namespace: Sportradar.OddsFeed.SDK.Entities.REST.Enums
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public enum VoidFactor
Members
Member nameValueDescription
Zero0 Indicates that the entire bet(stake) should be settled according to the result of the outcome
Half1 Indicates that the half of bet(stake) should be settled according to the result of the outcome and the other have should be voided (returned to the punter)
One2 Indicates that the entire bet(stake) should be voided (returned to the punter)
See Also