GET /api/bet_types/1c1a45a7-dcfb-4161-ac43-e33f17c663d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1c1a45a7-dcfb-4161-ac43-e33f17c663d1",
"match": "https://api-prod.gambitprofit.com/api/matches/57f58502-c1ea-4adf-8aec-f0d856605b2f/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-14T09:58:11.265941-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": "Chicago Bears",
"amount": 5000.0
},
{
"team": "Tampa Bay Buccaneers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "2472c3cd-bb92-4f77-899e-7e287afd9250",
"gambit_id": "b35f2a32-6b2c-458c-b767-4a35109cd30e",
"last_updated": "2023-09-18T15:48:23.085858-04:00",
"created_at": "2023-09-14T09:58:11.272395-04:00",
"name": "Chicago Bears",
"reward": "1.87000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c1a45a7-dcfb-4161-ac43-e33f17c663d1/?format=api"
},
{
"id": "26c9ef8f-05a6-4966-a907-2dc76e4a3799",
"gambit_id": "aef881f9-30f0-4e57-81b5-4f3df39d257f",
"last_updated": "2023-09-18T15:48:23.091035-04:00",
"created_at": "2023-09-14T09:58:11.278592-04:00",
"name": "Tampa Bay Buccaneers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c1a45a7-dcfb-4161-ac43-e33f17c663d1/?format=api"
}
]
}