GET /api/bet_types/4f06a2cc-0463-4f58-990d-da58c3ab2400/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4f06a2cc-0463-4f58-990d-da58c3ab2400",
"match": "https://api-prod.gambitprofit.com/api/matches/6d2257cf-b46f-4d5d-8ebe-700feb7a2048/?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": "Tampa Bay Lightning",
"amount": 5664.0
},
{
"team": "Buffalo Sabres",
"amount": 4336.0
}
],
"expected_reward_tokens": 9062.24,
"profit_sb": 62.24,
"profit_sb_percentage": 0.69,
"recommended": true
},
"lines": [
{
"id": "827e1fb5-3af1-4427-b038-ebc644229c56",
"gambit_id": "543c1e28-3767-4dbb-947f-68a03765e102",
"last_updated": "2022-11-29T10:27:09.015611-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tampa Bay Lightning",
"reward": "1.60000",
"odds": "1.68970",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f06a2cc-0463-4f58-990d-da58c3ab2400/?format=api"
},
{
"id": "6009571e-3e4b-46dd-aa56-6d4ba0b7cb9f",
"gambit_id": "1fc52ab5-81f7-4ce3-a32b-aa701fca373c",
"last_updated": "2022-11-29T10:27:09.014577-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Buffalo Sabres",
"reward": "2.09000",
"odds": "2.25000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f06a2cc-0463-4f58-990d-da58c3ab2400/?format=api"
}
]
}