public interface CustomBetManager
Modifier and Type | Method and Description |
---|---|
Calculation |
calculateProbability(List<Selection> selections)
Returns an
Calculation instance providing the probability for the specified selections |
CalculationFilter |
calculateProbabilityFilter(List<Selection> selections)
Returns an
CalculationFilter instance providing the probability for the specified selections (filtered) |
AvailableSelections |
getAvailableSelections(Urn eventId)
Returns an
AvailableSelections instance providing the available selections
for the event associated with the provided Urn identifier |
CustomBetSelectionBuilder |
getCustomBetSelectionBuilder()
Returns an
CustomBetSelectionBuilder instance used to build selections |
CustomBetSelectionBuilder getCustomBetSelectionBuilder()
CustomBetSelectionBuilder
instance used to build selectionsCustomBetSelectionBuilder
instance used to build selectionsAvailableSelections getAvailableSelections(Urn eventId) throws CommunicationException
AvailableSelections
instance providing the available selections
for the event associated with the provided Urn
identifiereventId
- the Urn
identifier of the event for which the available selections should be returnedAvailableSelections
providing the the available selections of the associated eventCommunicationException
Calculation calculateProbability(List<Selection> selections) throws CommunicationException
Calculation
instance providing the probability for the specified selectionsselections
- the List
containing selections for which the probability should be calculatedCalculation
providing the probability for the specified selectionsCommunicationException
CalculationFilter calculateProbabilityFilter(List<Selection> selections) throws CommunicationException
CalculationFilter
instance providing the probability for the specified selections (filtered)selections
- the List
containing selections for which the probability should be calculatedCalculationFilter
providing the probability for the specified selectionsCommunicationException
Copyright © 2016–2025. All rights reserved.