Click or drag to resize

EventOddsFieldVoidFactor Property

Void factor can either be 1 or 0.5, indicating that the whole or half of the bet is voided and should be refunded to the customer. When the void factor is set to 0.5, the Outcome will indicate if the other half has won or lost.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Common
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public double? VoidFactor { get; }

Property Value

NullableDouble
Remarks
Only some bet types, like asian handicap and asian total, can include void factor. Possible combinations of outcome and void factor:
  • outcome="0" and no void factor: Lose entire bet
  • outcome="1" and no void factor: Win entire bet
  • outcome="0" and void factor="1": Refund entire bet
  • outcome="1" and void factor="0.5": Refund half bet and win other half
  • outcome="0" and void factor="0.5": Refund half bet and lose other half
See Also