GET /api/bet_types/f7432d9e-31d8-4f03-8f73-3221c10bdbba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f7432d9e-31d8-4f03-8f73-3221c10bdbba",
"match": "https://api-prod.gambitprofit.com/api/matches/11818bd3-de0e-429f-822c-e945ceb595b4/?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": "PHI",
"amount": 5000.0
},
{
"team": "CIN",
"amount": 5000.0
}
],
"expected_reward_tokens": 9150.0,
"profit_sb": 150.0,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "8d681071-7188-4221-8efa-2f8a4ef6f882",
"gambit_id": "c0033fb0-4767-4646-84d6-0606e678586d",
"last_updated": "2022-08-17T09:47:05.982278-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "1.83000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7432d9e-31d8-4f03-8f73-3221c10bdbba/?format=api"
},
{
"id": "eef8d21e-6f85-4f9f-8a16-74719366d826",
"gambit_id": "aa02643a-a681-4d0d-8e3f-89f5e0d41cb4",
"last_updated": "2022-08-17T09:47:05.981792-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CIN",
"reward": "1.83000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7432d9e-31d8-4f03-8f73-3221c10bdbba/?format=api"
}
]
}