public interface IB2Record extends IBetRecord
Modifier and Type | Method and Description |
---|---|
default boolean |
isAllowed(TargetType targetType)
Indicates whether this record can bet
on given target type
|
boolean |
isSwapped()
Whether or not the two side of the record has been swapped
|
PivotBias |
pivotBias()
Retrieve pivot bias that indicates which side has the upper hand.
|
PivotType |
pivotType()
Retrieve pivot type of the record
|
float |
pivotValue()
Retrieve the numeric pivot value
|
float |
rateEqual()
Retrieve rate equal of the record
|
java.lang.String |
rateEqualId()
Retrieve rate equal id of the record
|
default jayeson.lib.feed.api.twoside.RateLine |
rateLine(TargetType t)
Return the rate line corresponding to a particular target type.
|
float |
rateOver()
Retrieve rate over (home) of the record
|
java.lang.String |
rateOverId()
Retrieve rate over id of the record
|
float |
rateUnder()
Retrieve rate under (away) of the record
|
java.lang.String |
rateUnderId()
Retrieve rate under id of the record
|
float pivotValue()
PivotType pivotType()
PivotBias pivotBias()
boolean isSwapped()
float rateOver()
float rateUnder()
float rateEqual()
java.lang.String rateOverId()
java.lang.String rateUnderId()
java.lang.String rateEqualId()
default jayeson.lib.feed.api.twoside.RateLine rateLine(TargetType t)
t
- the target type to checkdefault boolean isAllowed(TargetType targetType)
targetType
- betting target type e.g GIVE / TAKE / Home etc.