Getfootballoddsmainhistory 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": {
"handicap": [
"100582128,8,0.25,0.93,0.88,0.25,1.00,0.80,false,true,1638402666,true",
"100582128,12,0.25,1.02,0.77,0.25,1.02,0.77,false,true,1638402715,true",
"100582128,17,0.25,0.82,0.83,0.25,0.82,0.83,false,true,1638402325,true"
],
"europeOdds": [
"100582128,8,2.15,3.30,2.88,2.20,3.30,2.80,1638402735,true",
"100582128,12,2.20,3.30,2.60,2.20,3.30,2.60,1638402715,true"
],
"overUnder": [
"100582128,8,2.5,0.95,0.85,2.5,0.95,0.85,1638402666,true",
"100582128,12,2.5,0.90,0.87,2.5,0.90,0.87,1638402715,true"
],
"handicapHalf": [
"100582128,8,0,0.70,1.10,0,0.75,1.05,1638397531",
"100582128,12,0,0.77,1.02,0,0.89,0.91,1638398737"
],
"overUnderHalf": [
"100582128,8,1,0.95,0.85,1,0.95,0.85,1638397531",
"100582128,12,1,0.90,0.87,0.5,3.20,0.15,1638398737"
]
}
}