Getbasketballoddsfulltime is an example object payload from iSports API, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"code": 0,
"message": "success",
"data": {
"spread": [
"22548537,1,-6.5,0.80,0.90,-5.5,0.84,0.86,-5.5,0.84,0.86",
"22548537,2,-6,0.96,0.90,-6,0.86,1.01,-6,0.86,1.01",
"22548537,3,-6,0.901,0.899,-5.5,0.876,0.924,-5.5,0.876,0.924",
"22548537,8,-7,0.90,0.90,-6,0.90,0.90,-6,0.90,0.90"
],
"moneyLine": [
"22548537,2,3.00,1.34,3.20,1.23",
"22548537,9,3.125,1.333,2.80,1.40",
"22548537,8,3.50,1.32,3.15,1.38",
"22548537,1,2.95,1.28,2.65,1.35",
"24548539,2,1.15,4.40,1.20,4.10",
"24548539,9,1.118,5.50,1.182,4.40",
"24548539,8,1.10,7.50,1.20,4.75"
],
"total": [
"22548537,4,155.5,0.76,0.88,155.5,0.76,0.88,155.5,0.76,0.88",
"22548537,5,156,0.97,0.90,156,0.92,0.94,156,0.92,0.94",
"22548537,6,156,0.861,0.899,156,0.899,0.861,156,0.899,0.861",
"22548537,11,158.5,0.90,0.90,156,0.90,0.90,156,0.90,0.90",
"22548537,12,158.5,0.85,0.833,156.5,0.875,0.825,156.5,0.875,0.825"
]
}
}