GET /api/bet_types/d06c0305-e98e-40d8-8ee8-7e031e3f37db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d06c0305-e98e-40d8-8ee8-7e031e3f37db",
"match": "https://api-prod.gambitprofit.com/api/matches/00e175b1-dd6a-4315-a1c1-b16542c98142/?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": "Los Angeles Rams",
"amount": 5106.0
},
{
"team": "Dallas Cowboys",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "e043123d-421b-4e10-9cf8-690066f1d77d",
"gambit_id": "ce90d650-4de0-4f9c-9f5c-47cf103b4f16",
"last_updated": "2022-10-11T11:51:54.953092-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Rams",
"reward": "1.84000",
"odds": "1.86960",
"spread": "-5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06c0305-e98e-40d8-8ee8-7e031e3f37db/?format=api"
},
{
"id": "4aa71c3c-8816-43da-8cfe-4097ed9ee0bf",
"gambit_id": "0827485f-1d05-48e2-8c1f-93cd1e372ac6",
"last_updated": "2022-10-11T11:51:54.954081-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Cowboys",
"reward": "1.92000",
"odds": "1.95240",
"spread": "5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06c0305-e98e-40d8-8ee8-7e031e3f37db/?format=api"
}
]
}