GET /api/bet_types/19a2b98a-ef05-4179-bb11-a8de4e6d1639/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "19a2b98a-ef05-4179-bb11-a8de4e6d1639",
"match": "https://api-prod.gambitprofit.com/api/matches/fa90522c-b8ea-41c8-9bfc-6429f95da29c/?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": "Kansas City Chiefs",
"amount": 5000.0
},
{
"team": "Los Angeles Rams",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "853353de-64da-4640-bdb3-54adf38a3812",
"gambit_id": "88ba4ee8-81a1-49f6-ac14-d133e60c4dae",
"last_updated": "2022-11-28T11:42:08.487195-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Kansas City Chiefs",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-15.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19a2b98a-ef05-4179-bb11-a8de4e6d1639/?format=api"
},
{
"id": "874aca41-325e-4fb8-a53e-8e61dfaca06f",
"gambit_id": "fbd667d1-66d4-4be4-9bce-ff4682eb9204",
"last_updated": "2022-11-28T11:42:08.488202-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Rams",
"reward": "1.80000",
"odds": "1.90910",
"spread": "15.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19a2b98a-ef05-4179-bb11-a8de4e6d1639/?format=api"
}
]
}