GET /api/bet_types/19b79eb2-8c99-466b-b017-73cc480a1790/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "19b79eb2-8c99-466b-b017-73cc480a1790",
"match": "https://api-prod.gambitprofit.com/api/matches/50ff22d5-5233-4ced-b1a7-db5c9ac3548e/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-27T09:43:12.524833-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": "Arizona Cardinals",
"amount": 5000.0
},
{
"team": "Philadelphia Eagles",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "6cd351a0-644e-48d7-81b2-3f4865a49300",
"gambit_id": "f3f709da-5ecf-49c9-9df1-ae67796544d8",
"last_updated": "2024-01-02T10:43:10.537782-05:00",
"created_at": "2023-12-27T09:43:12.528498-05:00",
"name": "Arizona Cardinals",
"reward": "1.87000",
"odds": "1.90910",
"spread": "11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19b79eb2-8c99-466b-b017-73cc480a1790/?format=api"
},
{
"id": "817f1104-a67d-4973-afb9-d0fd49528066",
"gambit_id": "2d1c53ed-9606-4d86-882d-695bcef068c1",
"last_updated": "2024-01-02T10:43:10.542511-05:00",
"created_at": "2023-12-27T09:43:12.532294-05:00",
"name": "Philadelphia Eagles",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19b79eb2-8c99-466b-b017-73cc480a1790/?format=api"
}
]
}