Table of Contents

Interface IOutcomeProbabilities

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

Represents a selection with probabilities information

public interface IOutcomeProbabilities : IOutcome
Inherited Members

Properties

Active

Gets a value indicating whether the current IOutcome is active - i.e. should bets on it be accepted

bool? Active { get; }

Property Value

bool?

AdditionalProbabilities

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

IAdditionalProbabilities AdditionalProbabilities { get; }

Property Value

IAdditionalProbabilities

Probabilities

Gets the probabilities for the current IOutcome instance

double? Probabilities { get; }

Property Value

double?

See Also