Getbasketballoddsquarter 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": [
"22491174,8,0.5,0.83,0.83,,,,,,,,,,0.5,0.83,0.83,,,,,,,,,",
"39458174,8,-5.5,0.86,0.80,,,,,,,,,,-5.5,0.87,0.80,-5.5,0.80,0.86,,,,,,",
"38168171,8,-0.5,0.87,0.80,,,,,,,,,,-0.5,0.87,0.80,,,,,,,,,",
"23378179,8,0.5,0.83,0.83,,,,,,,,,,0.5,0.83,0.83,,,,,,,,,",
"20588179,8,-1.5,0.83,0.83,,,,,,,,,,-1.5,0.83,0.83,,,,,,,,,",
"34198170,8,-1.5,0.87,0.80,,,,,,,,,,-1.5,0.87,0.80,,,,,,,,,",
"35198171,8,-1.5,0.80,0.87,,,,,,,,,,-0.5,0.83,0.83,,,,,,,,,",
"47998171,8,0.5,0.95,0.74,,,,,,,,,,1.5,0.83,0.83,,,,,,,,,",
"27009174,8,-0.5,0.87,0.80,,,,,,,,,,-0.5,0.87,0.80,,,,,,,,,",
"22109170,8,1.5,0.83,0.83,,,,,,,,,,1.5,0.83,0.83,,,,,,,,,",
"20309170,8,0.5,0.83,0.83,,,,,,,,,,0.5,0.80,0.87,,,,,,,,,",
"20409171,8,1.5,0.80,0.87,,,,,,,,,,1.5,0.80,0.87,,,,,,,,,",
"39319170,8,0.5,0.74,0.95,,,,,,,,,,0.5,0.74,0.95,,,,,,,,,",
"21919178,8,-1.5,0.83,0.83,,,,,,,,,,-1.5,0.83,0.83,,,,,,,,,",
"27029176,8,1.5,0.83,0.83,,,,,,,,,,1.5,0.83,0.83,,,,,,,,,"
],
"total": [
"22491174,11,45.5,0.80,0.87,,,,,,,,,,45.5,0.80,0.87,,,,,,,,,",
"39458174,11,38.5,0.74,0.95,,,,,,,,,,39.5,0.83,0.83,36.5,0.83,0.83,,,,,,",
"38168171,11,41.5,0.87,0.80,,,,,,,,,,41.5,0.87,0.80,,,,,,,,,",
"23378179,11,42.5,0.80,0.87,,,,,,,,,,42.5,0.80,0.87,,,,,,,,,",
"20588179,11,43.5,0.83,0.83,,,,,,,,,,43.5,0.83,0.83,,,,,,,,,",
"34198170,11,40.5,0.87,0.80,,,,,,,,,,40.5,0.87,0.80,,,,,,,,,",
"35198171,11,39.5,0.87,0.80,,,,,,,,,,39.5,0.87,0.80,,,,,,,,,",
"47998171,11,37.5,0.95,0.74,,,,,,,,,,36.5,0.83,0.83,,,,,,,,,",
"27009174,11,41.5,0.95,0.74,,,,,,,,,,41.5,0.95,0.74,,,,,,,,,",
"22109170,11,45.5,0.87,0.80,,,,,,,,,,45.5,0.87,0.80,,,,,,,,,",
"20309170,11,41.5,0.80,0.87,,,,,,,,,,41.5,0.80,0.87,,,,,,,,,",
"20409171,11,41.5,0.87,0.80,,,,,,,,,,41.5,0.83,0.83,,,,,,,,,",
"39319170,11,44.5,0.83,0.83,,,,,,,,,,44.5,0.83,0.83,,,,,,,,,"
]
}
}