GET /api/bet_types/c9cb19bd-3f0f-4311-868f-73c346a6df83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c9cb19bd-3f0f-4311-868f-73c346a6df83",
"match": "https://api-prod.gambitprofit.com/api/matches/7f75b598-d2a5-4026-97ea-e56a77de7cad/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-08T09:01:57.033526-04: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": "Edmonton Oilers",
"amount": 5213.0
},
{
"team": "San Jose Sharks",
"amount": 4787.0
}
],
"expected_reward_tokens": 9382.52,
"profit_sb": -117.48,
"profit_sb_percentage": -1.24,
"recommended": false
},
"lines": [
{
"id": "9030c156-f21d-4038-8f3a-32d2f13d2558",
"gambit_id": "8555f920-3cf0-4e39-b61d-7214efa5d7f8",
"last_updated": "2023-04-10T15:17:18.327887-04:00",
"created_at": "2023-04-08T09:01:57.036915-04:00",
"name": "Edmonton Oilers",
"reward": "1.80000",
"odds": "1.83330",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9cb19bd-3f0f-4311-868f-73c346a6df83/?format=api"
},
{
"id": "9b8d7fcb-72a9-4907-93bd-11b817ab2d6c",
"gambit_id": "c405e1b9-9a7b-449b-9bca-4f186e5368dd",
"last_updated": "2023-04-10T15:17:18.325067-04:00",
"created_at": "2023-04-08T09:01:57.035174-04:00",
"name": "San Jose Sharks",
"reward": "1.96000",
"odds": "2.00000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9cb19bd-3f0f-4311-868f-73c346a6df83/?format=api"
}
]
}