GET /api/bet_types/12c218f6-15eb-40a4-933e-e69cb594e034/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "12c218f6-15eb-40a4-933e-e69cb594e034",
"match": "https://api-prod.gambitprofit.com/api/matches/201d04dd-acdf-486e-89f2-71b95594dc86/?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": "Virginia Tech",
"amount": 5000.0
},
{
"team": "Boston College",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "e70a0179-7352-4909-a4bb-c67c968f87a5",
"gambit_id": "15ea2cdd-9c8f-4d0a-8603-66f169dcdea2",
"last_updated": "2022-09-11T09:52:30.592238-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Virginia Tech",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12c218f6-15eb-40a4-933e-e69cb594e034/?format=api"
},
{
"id": "9b9552cb-7c8b-4c67-b681-39986d99386d",
"gambit_id": "e7f65030-5e0a-40e7-9444-d8fc607b7210",
"last_updated": "2022-09-11T09:52:30.593241-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston College",
"reward": "1.81000",
"odds": "1.90910",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12c218f6-15eb-40a4-933e-e69cb594e034/?format=api"
}
]
}