GET /api/bet_types/e477d0a8-8376-41b8-8037-704f795ea720/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e477d0a8-8376-41b8-8037-704f795ea720",
"match": "https://api-prod.gambitprofit.com/api/matches/1a040f69-09e9-4ab7-b45e-4de8f24e7d33/?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": "Minnesota Vikings",
"amount": 5000.0
},
{
"team": "Arizona Cardinals",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "96f4a496-163d-4d8f-a0b3-012792e2e27f",
"gambit_id": "0ad15d95-6aac-431a-bcd2-5ff450374a83",
"last_updated": "2022-10-31T11:37:05.023064-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota Vikings",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e477d0a8-8376-41b8-8037-704f795ea720/?format=api"
},
{
"id": "765ac01c-e781-450a-a02a-29a9a14eb7a0",
"gambit_id": "1bbebd25-73fb-4d1d-80b0-99449569ea31",
"last_updated": "2022-10-31T11:37:05.024021-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Arizona Cardinals",
"reward": "1.88000",
"odds": "1.90910",
"spread": "4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e477d0a8-8376-41b8-8037-704f795ea720/?format=api"
}
]
}