GET /api/bet_types/d63d1403-a8da-4b08-a260-fda7f2009c0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d63d1403-a8da-4b08-a260-fda7f2009c0b",
"match": "https://api-prod.gambitprofit.com/api/matches/362ccd99-8cf3-4168-9dd8-a4062b51d45f/?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 Chargers",
"amount": 5097.0
},
{
"team": "Arizona Cardinals",
"amount": 4903.0
}
],
"expected_reward_tokens": 8970.72,
"profit_sb": -29.28,
"profit_sb_percentage": -0.33,
"recommended": false
},
"lines": [
{
"id": "9df21c8f-786b-44ac-a99a-1df22cdf6e41",
"gambit_id": "952950b9-4452-4c37-b07e-37f385eb65d0",
"last_updated": "2022-11-28T11:41:58.907811-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Chargers",
"reward": "1.76000",
"odds": "1.86960",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d63d1403-a8da-4b08-a260-fda7f2009c0b/?format=api"
},
{
"id": "5547cccb-885c-465d-91c4-c85b6350a1bd",
"gambit_id": "c0ab7a9c-1f13-404a-bb18-7c8ee4840e72",
"last_updated": "2022-11-28T11:41:58.906604-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Arizona Cardinals",
"reward": "1.83000",
"odds": "1.95240",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d63d1403-a8da-4b08-a260-fda7f2009c0b/?format=api"
}
]
}