Table of Contents

Interface IAdditionalProbabilities

Namespace
Sportradar.OddsFeed.SDK.Entities
Assembly
Sportradar.OddsFeed.SDK.dll

Additional probability attributes for markets which potentially will be (partly) refunded

public interface IAdditionalProbabilities

Remarks

This is valid only for those markets which are sent with x.0, x.25 and x.75 lines and in addition the "no bet" markets (draw no bet, home no bet, ...)

Properties

HalfLose

The half_lose probability

double? HalfLose { get; }

Property Value

double?

HalfWin

The half_win probability

double? HalfWin { get; }

Property Value

double?

Lose

The lose probability

double? Lose { get; }

Property Value

double?

Refund

The refund probability

double? Refund { get; }

Property Value

double?

Win

The win probability

double? Win { get; }

Property Value

double?