GET /api/bet_types/8e956fe8-e464-4733-9159-f2e83f37b560/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8e956fe8-e464-4733-9159-f2e83f37b560",
"match": "https://api-prod.gambitprofit.com/api/matches/88fc2c7c-f3ee-437d-a2fe-7f500b244682/?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": "Maryland",
"amount": 5000.0
},
{
"team": "Penn State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "04512719-c989-4e77-87dd-90d0809b2fa2",
"gambit_id": "4c8c3b0f-0d85-4d01-8887-e15c3bdeddac",
"last_updated": "2022-11-14T09:49:10.494078-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Maryland",
"reward": "1.80000",
"odds": "1.90910",
"spread": "10.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e956fe8-e464-4733-9159-f2e83f37b560/?format=api"
},
{
"id": "a7f2953c-3cda-49ce-9a5e-991b86b8bc92",
"gambit_id": "0e1bfd7c-31c0-41e9-9fd0-18a022533811",
"last_updated": "2022-11-14T09:49:10.493137-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Penn State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-10.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e956fe8-e464-4733-9159-f2e83f37b560/?format=api"
}
]
}