GET /api/bet_types/d699f2ed-3849-4a54-bc80-f137d47bd973/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d699f2ed-3849-4a54-bc80-f137d47bd973",
"match": "https://api-prod.gambitprofit.com/api/matches/d32f8b70-eded-4960-9001-9fcc1ec1c8bc/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-18T12:12:02.186220-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": "HOU",
"amount": 6163.0
},
{
"team": "TOR",
"amount": 3837.0
}
],
"expected_reward_tokens": 9552.65,
"profit_sb": 52.65,
"profit_sb_percentage": 0.55,
"recommended": true
},
"lines": [
{
"id": "5942bb36-f3e0-440b-a056-5b16b1878394",
"gambit_id": "3b19a17b-42db-4823-a770-32ef206df09d",
"last_updated": "2023-04-19T13:42:13.865077-04:00",
"created_at": "2023-04-18T12:12:02.188205-04:00",
"name": "HOU",
"reward": "1.55000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d699f2ed-3849-4a54-bc80-f137d47bd973/?format=api"
},
{
"id": "1ad8eac0-5273-4831-bc77-0de4171a8de5",
"gambit_id": "07faeb2f-1d6b-43bf-8db1-cb9d4e098ada",
"last_updated": "2023-04-19T13:42:13.868165-04:00",
"created_at": "2023-04-18T12:12:02.190718-04:00",
"name": "TOR",
"reward": "2.49000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d699f2ed-3849-4a54-bc80-f137d47bd973/?format=api"
}
]
}