GET /api/bet_types/1445c970-5153-4ee8-8092-f29436111c1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1445c970-5153-4ee8-8092-f29436111c1b",
"match": "https://api-prod.gambitprofit.com/api/matches/d035c145-04da-4b92-b58f-b0854a597551/?format=api",
"name": "Play the Odds",
"created_at": "2023-06-03T11:22:13.126815-04:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "COL",
"amount": 5867.0
},
{
"team": "KAN",
"amount": 4133.0
}
],
"expected_reward_tokens": 9504.54,
"profit_sb": 4.54,
"profit_sb_percentage": 0.05,
"recommended": true
},
"lines": [
{
"id": "c5fb644b-e5d0-4dda-9ac7-355764eac4af",
"gambit_id": "473abc24-7c11-47b5-b146-90aa65efcabb",
"last_updated": "2023-06-05T10:57:19.294838-04:00",
"created_at": "2023-06-03T11:22:13.129483-04:00",
"name": "COL",
"reward": "1.62000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1445c970-5153-4ee8-8092-f29436111c1b/?format=api"
},
{
"id": "009fd88b-cf10-4c52-a10e-6cd7b6e4f7ef",
"gambit_id": "f60af240-5ea7-49d6-90a8-fad3d9266bc2",
"last_updated": "2023-06-05T10:57:19.297032-04:00",
"created_at": "2023-06-03T11:22:13.132202-04:00",
"name": "KAN",
"reward": "2.30000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1445c970-5153-4ee8-8092-f29436111c1b/?format=api"
}
]
}