GET /api/bet_types/1a60b991-a5cd-4a91-8740-f83b6281bf89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1a60b991-a5cd-4a91-8740-f83b6281bf89",
"match": "https://api-prod.gambitprofit.com/api/matches/da962d10-d468-4971-9466-17c734224a9b/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-05: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": "New England Patriots",
"amount": 5863.0
},
{
"team": "New York Jets",
"amount": 4137.0
}
],
"expected_reward_tokens": 9556.47,
"profit_sb": 56.47,
"profit_sb_percentage": 0.59,
"recommended": true
},
"lines": [
{
"id": "5e389b91-0534-46e6-9581-9ff8379acb67",
"gambit_id": "7c0bdd64-82b7-4b8b-9745-52392cbe3dae",
"last_updated": "2022-10-31T11:42:00.741579-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New England Patriots",
"reward": "1.63000",
"odds": "1.64520",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a60b991-a5cd-4a91-8740-f83b6281bf89/?format=api"
},
{
"id": "b08f443e-aac4-4d8f-8198-1cebf37eab76",
"gambit_id": "8a05045d-bb2f-4eb8-93ba-8cc26417f997",
"last_updated": "2022-10-31T11:42:00.740414-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Jets",
"reward": "2.31000",
"odds": "2.35000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a60b991-a5cd-4a91-8740-f83b6281bf89/?format=api"
}
]
}