GET /api/bet_types/c11b1c34-e3fe-4acc-b399-c4486c614cba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c11b1c34-e3fe-4acc-b399-c4486c614cba",
"match": "https://api-prod.gambitprofit.com/api/matches/ef95b4fc-aec5-4024-8c3c-49c1243b5ff6/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-03T08:28:19.424742-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": "MIA",
"amount": 6090.0
},
{
"team": "PHI",
"amount": 3910.0
}
],
"expected_reward_tokens": 9500.4,
"profit_sb": 0.4,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "66a3ab39-b304-4e97-80a9-26466ce46532",
"gambit_id": "bfb354eb-f4ca-4daa-b6ba-53eb66a85f27",
"last_updated": "2023-08-04T09:53:13.205056-04:00",
"created_at": "2023-08-03T08:28:19.438343-04:00",
"name": "MIA",
"reward": "1.56000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c11b1c34-e3fe-4acc-b399-c4486c614cba/?format=api"
},
{
"id": "2ac63e3e-9dbb-4131-9ffa-d8e0cb224e9e",
"gambit_id": "c8b3b7e8-aa15-4765-9504-442f6f12dc08",
"last_updated": "2023-08-04T09:53:13.201435-04:00",
"created_at": "2023-08-03T08:28:19.431681-04:00",
"name": "PHI",
"reward": "2.43000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c11b1c34-e3fe-4acc-b399-c4486c614cba/?format=api"
}
]
}