Getbasketballoddshalf 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,-3.5,0.84,0.84,-3.5,0.84,0.84",
"22548537,2,-3,0.92,0.94,-3,0.90,0.96",
"22548537,8,-3.5,0.90,0.83,-3.5,0.86,0.86",
"22548537,9,-3.5,0.90,0.80,-3.5,0.825,0.87",
"22548537,31,-3,0.92,0.92,-3,0.90,0.94",
"24548539,1,5.5,0.88,0.80,5.5,0.88,0.80",
"24548539,2,5.5,0.92,0.94,5.5,0.92,0.94",
"24548539,8,6.5,0.86,0.86,5,0.86,0.86",
"24548539,9,6.5,0.825,0.875,5.5,0.85,0.85",
"24548539,31,5.5,0.92,0.92,5.5,0.92,0.92",
"35548530,1,-2.5,0.88,0.80,-2.5,0.88,0.80",
"35548530,2,-2.5,0.92,0.94,-2.5,0.92,0.94"
],
"total": [
"22548537,4,77.5,0.81,0.81,77.5,0.81,0.81",
"22548537,5,77.5,0.96,0.91,77.5,0.95,0.91",
"22548537,11,78.5,0.86,0.86,77,0.83,0.90",
"22548537,12,78.5,0.85,0.85,77.5,0.85,0.85",
"22548537,34,77.5,0.91,0.91,77.5,0.91,0.91",
"24548539,4,81.5,0.76,0.86,81.5,0.76,0.86",
"24548539,5,82.5,0.96,0.91,81.5,0.95,0.91",
"24548539,11,82.5,0.90,0.83,81.5,0.86,0.86",
"24548539,12,82.5,0.85,0.833,81.5,0.833,0.87",
"24548539,34,82.5,0.91,0.91,81.5,0.91,0.91",
"35548530,4,78.5,0.81,0.81,78.5,0.81,0.81",
"35548530,5,78,0.96,0.91,78,0.95,0.91"
]
}
}