GET /api/bet_types/4e092baa-7d7a-4fff-8857-04d9ac90eac0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4e092baa-7d7a-4fff-8857-04d9ac90eac0",
"match": "https://api-prod.gambitprofit.com/api/matches/371bd82e-9994-4150-9362-2245af3ec871/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-14T12:02:14.691969-04: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": "TEX",
"amount": 5773.0
},
{
"team": "HOU",
"amount": 4227.0
}
],
"expected_reward_tokens": 9467.72,
"profit_sb": -32.28,
"profit_sb_percentage": -0.34,
"recommended": false
},
"lines": [
{
"id": "e6ccedb8-2b9c-4676-9c6a-5ec57a029323",
"gambit_id": "922f5a81-53ab-4c88-9b36-0f9701b8604c",
"last_updated": "2023-04-16T17:57:06.953875-04:00",
"created_at": "2023-04-14T12:02:14.695162-04:00",
"name": "TEX",
"reward": "1.64000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e092baa-7d7a-4fff-8857-04d9ac90eac0/?format=api"
},
{
"id": "0d4d9c29-6e84-4fab-abfe-23fe79c07437",
"gambit_id": "7fefffcc-23aa-421e-81a1-a9d52bab7673",
"last_updated": "2023-04-16T17:57:06.951488-04:00",
"created_at": "2023-04-14T12:02:14.693592-04:00",
"name": "HOU",
"reward": "2.24000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e092baa-7d7a-4fff-8857-04d9ac90eac0/?format=api"
}
]
}