public interface IBetRecord
extends jayeson.lib.feed.api.Attributable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
eventId()
Retrieve event ID of parent event.
|
long |
id()
Retrieve odd id
|
LBType |
lbType()
Retrieve lbType either LAY or BACK, default to BACK.
|
java.lang.String |
matchId()
Retrieve match ID of parent match container
|
OddFormat |
oddFormat()
Retrieve odd rate format which is one of HK, MALAY, EU or INDO
|
OddType |
oddType()
Retrieve oddType which is one of LIVE, EARLY or TODAY
|
java.util.List<java.lang.String> |
rateIds()
Retrieve a list of list of rate ids consist of rate over ID, rate under
ID and rate equal ID
|
java.util.List<java.lang.Float> |
rates()
Retrieve a list of list of odds consist of rate over, rate under and rate
equal
|
java.lang.String |
source()
Retrieve sportbook's name which indicate where the odds came from.
|
TimeType |
timeType()
Retrieve timeType which indicates when the odd will settle.
|
java.util.List<java.lang.Float> rates()
java.util.List<java.lang.String> rateIds()
long id()
OddType oddType()
OddFormat oddFormat()
LBType lbType()
TimeType timeType()
java.lang.String eventId()
java.lang.String matchId()
java.lang.String source()