GET /api/bet_types/2bc91a47-6a26-4911-b027-a364b9b94006/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2bc91a47-6a26-4911-b027-a364b9b94006",
"match": "https://api-prod.gambitprofit.com/api/matches/956ee3f7-4d00-4740-b487-820a0cd78830/?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": "Dallas Mavericks",
"amount": 6114.0
},
{
"team": "Toronto Raptors",
"amount": 3886.0
}
],
"expected_reward_tokens": 9170.96,
"profit_sb": 170.96,
"profit_sb_percentage": 1.9,
"recommended": true
},
"lines": [
{
"id": "14ff6884-2c29-48be-9b08-0e72c5e47365",
"gambit_id": "1b5a7f46-a45d-4ee1-a991-c03937eb0ea4",
"last_updated": "2022-11-05T09:28:16.021133-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Mavericks",
"reward": "1.50000",
"odds": "1.57140",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bc91a47-6a26-4911-b027-a364b9b94006/?format=api"
},
{
"id": "415e6baa-dd45-40c6-9dad-cedaa556dd44",
"gambit_id": "dbcb64b6-ace7-46a1-bcb4-7122c3a70a95",
"last_updated": "2022-11-05T09:28:16.022905-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Toronto Raptors",
"reward": "2.36000",
"odds": "2.55000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bc91a47-6a26-4911-b027-a364b9b94006/?format=api"
}
]
}