Getbasketballoddshistory 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": [
"23535242,2,11.5,0.82,0.87,14.5,0.86,0.87",
"23535242,3,11,0.91,0.79,11.5,0.90,0.80",
"23535242,8,11.5,0.83,0.83,14.5,0.83,0.83",
"23535242,9,11.5,0.83,0.87,11.5,0.85,0.87",
"23535242,19,11.5,0.90,0.75,10.5,0.80,0.85",
"23535242,20,11.5,0.83,0.83,10.5,0.83,0.83",
"23535242,24,11.5,0.88,0.88,11.5,0.88,0.88",
"23535242,31,11.5,0.92,0.92,10.5,0.89,0.95",
"23535242,49,11.5,0.85,0.85,10.5,0.65,1.10",
"39678246,2,11.5,0.85,1.00,11.5,0.85,1.00",
"27522545,9,-4.5,0.83,0.83,-4.5,0.83,0.83"
],
"moneyLine": [
"23535242,2,1.12,4.30,1.08,4.80",
"23535242,9,1.14,5.00,1.15,5.20",
"23535242,8,1.14,5.00,1.16,4.50",
"23535242,31,1.14,4.57,1.10,5.16",
"39678246,2,1.08,5.20,1.08,5.20",
"39678246,9,1.11,6.25,1.13,5.80",
"39678246,8,1.11,6.00,1.13,5.25",
"39678246,31,1.10,5.54,1.10,5.54",
"39678246,3,1.10,6.50,1.12,6.60",
"20778248,2,2.80,1.38,2.80,1.38",
"20778248,9,4.50,1.20,2.85,1.42",
"27522545,8,2.50,1.50,2.50,1.50"
],
"total": [
"23535242,5,156.5,0.70,0.96,160.5,0.83,0.83",
"23535242,6,158.5,0.90,0.80,158.5,0.92,0.78",
"23535242,11,156.5,0.83,0.83,160.5,0.83,0.83",
"23535242,12,156.5,0.80,0.89,158,0.85,0.85",
"23535242,22,157.5,0.85,0.80,158.5,0.83,0.83",
"27522545,12,160.5,0.83,0.83,160.5,0.83,0.83"
]
}
}