GET /api/bet_types/73473ff2-5a77-4744-b574-c703959e755a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "73473ff2-5a77-4744-b574-c703959e755a",
"match": "https://api-prod.gambitprofit.com/api/matches/6a22263e-f335-472d-9ad4-3da505655159/?format=api",
"name": "Play the Odds",
"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": "Columbus Blue Jackets",
"amount": 5664.0
},
{
"team": "Winnipeg Jets",
"amount": 4336.0
}
],
"expected_reward_tokens": 9062.24,
"profit_sb": 62.24,
"profit_sb_percentage": 0.69,
"recommended": true
},
"lines": [
{
"id": "79609fe0-ef18-4ca9-b12e-1efb7798bd3d",
"gambit_id": "b8886000-0738-4837-af19-160b788641d7",
"last_updated": "2022-12-03T10:02:37.649650-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Columbus Blue Jackets",
"reward": "1.60000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73473ff2-5a77-4744-b574-c703959e755a/?format=api"
},
{
"id": "0cee7dd3-a4fd-4e4d-84b0-4572793cbb9a",
"gambit_id": "e7c779f7-3104-4840-b67b-debb7d63084d",
"last_updated": "2022-12-03T10:02:37.648489-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Winnipeg Jets",
"reward": "2.09000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73473ff2-5a77-4744-b574-c703959e755a/?format=api"
}
]
}