GET /api/bet_types/389b53e4-bb2b-48ec-aff4-9e7273920b97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "389b53e4-bb2b-48ec-aff4-9e7273920b97",
"match": "https://api-prod.gambitprofit.com/api/matches/3a6e23fd-e654-4997-b2a1-77eee367e893/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-17T13:03:04.132330-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": "Cincinnati Bengals",
"amount": 5000.0
},
{
"team": "Atlanta Falcons",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "7fbb4d7d-2355-41d4-a5fe-7ad506fed816",
"gambit_id": "943840e2-f21d-4570-b570-6ccda3f236c5",
"last_updated": "2023-08-21T19:43:14.897472-04:00",
"created_at": "2023-08-17T13:03:04.136005-04:00",
"name": "Cincinnati Bengals",
"reward": "1.87000",
"odds": "1.90910",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/389b53e4-bb2b-48ec-aff4-9e7273920b97/?format=api"
},
{
"id": "04ffcdc4-9802-4a17-a1e8-ae6e97e27622",
"gambit_id": "e5a41a7d-5861-4e16-ac97-ed6542e91f43",
"last_updated": "2023-08-21T19:43:14.900653-04:00",
"created_at": "2023-08-17T13:03:04.139943-04:00",
"name": "Atlanta Falcons",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/389b53e4-bb2b-48ec-aff4-9e7273920b97/?format=api"
}
]
}