GET /api/bet_types/344bd22f-7b65-463c-b044-2bfc487ad323/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "344bd22f-7b65-463c-b044-2bfc487ad323",
"match": "https://api-prod.gambitprofit.com/api/matches/899854fd-16fb-421a-9a59-ae4bffb8ab42/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-20T09:58:14.067134-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": "Los Angeles Chargers",
"amount": 5000.0
},
{
"team": "Minnesota Vikings",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "d596689b-0b05-4fdf-834f-a4974f480bf3",
"gambit_id": "f3dc6846-673e-4e15-bd1c-d5dc0c478449",
"last_updated": "2023-09-26T09:08:32.788189-04:00",
"created_at": "2023-09-20T09:58:14.072600-04:00",
"name": "Los Angeles Chargers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/344bd22f-7b65-463c-b044-2bfc487ad323/?format=api"
},
{
"id": "4dcb3ccf-9c79-4aa7-a122-02425a635963",
"gambit_id": "c7c77dfb-f09e-4199-9472-e8bafb16a5b5",
"last_updated": "2023-09-26T09:08:32.791567-04:00",
"created_at": "2023-09-20T09:58:14.078744-04:00",
"name": "Minnesota Vikings",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/344bd22f-7b65-463c-b044-2bfc487ad323/?format=api"
}
]
}