GET /api/bet_types/3a91cd7b-e458-443a-b70d-82c273491b8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3a91cd7b-e458-443a-b70d-82c273491b8c",
"match": "https://api-prod.gambitprofit.com/api/matches/88bc4d25-6137-4be0-92c7-6fdf9a13799e/?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": "Minnesota Wild",
"amount": 5316.0
},
{
"team": "New York Rangers",
"amount": 4684.0
}
],
"expected_reward_tokens": 9461.68,
"profit_sb": -38.32,
"profit_sb_percentage": -0.4,
"recommended": false
},
"lines": [
{
"id": "581e232c-92e4-4302-94fa-eec5ae57eb17",
"gambit_id": "85a3ba7e-101b-4f8a-8c20-49368a217d10",
"last_updated": "2022-10-14T09:57:03.820735-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota Wild",
"reward": "1.78000",
"odds": "1.80000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a91cd7b-e458-443a-b70d-82c273491b8c/?format=api"
},
{
"id": "969b6f6b-103f-4454-bf26-61438f45a9b4",
"gambit_id": "2709ebce-3542-40f0-83da-5e6c34c880a6",
"last_updated": "2022-10-14T09:57:03.821729-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Rangers",
"reward": "2.02000",
"odds": "2.05000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a91cd7b-e458-443a-b70d-82c273491b8c/?format=api"
}
]
}