GET /api/bet_types/d975ba79-1a3b-4d63-b693-f07a06151abd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d975ba79-1a3b-4d63-b693-f07a06151abd",
"match": "https://api-prod.gambitprofit.com/api/matches/b52b200a-6363-4d04-bb52-7e8679a6710c/?format=api",
"name": "Pick the Winner",
"created_at": "2023-03-04T10:37:53.918887-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": 5939.0
},
{
"team": "Buffalo Sabres",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "0fbb558c-aa56-4944-9ddf-60d25afaf402",
"gambit_id": "32ca44cf-10b5-4a42-bc53-6ad2247f044f",
"last_updated": "2023-03-06T11:47:11.585750-05:00",
"created_at": "2023-03-04T10:37:53.921423-05:00",
"name": "Tampa Bay Lightning",
"reward": "1.60000",
"odds": "1.62500",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d975ba79-1a3b-4d63-b693-f07a06151abd/?format=api"
},
{
"id": "c2760ca8-c754-410d-bfbf-5772bcf67ca0",
"gambit_id": "ddeb3509-c9b1-4018-9a84-ff86c9eddc64",
"last_updated": "2023-03-06T11:47:11.584666-05:00",
"created_at": "2023-03-04T10:37:53.920093-05:00",
"name": "Buffalo Sabres",
"reward": "2.34000",
"odds": "2.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d975ba79-1a3b-4d63-b693-f07a06151abd/?format=api"
}
]
}