GET /api/bet_types/795b67c5-540b-4a31-8cb1-426939746bfc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "795b67c5-540b-4a31-8cb1-426939746bfc",
"match": "https://api-prod.gambitprofit.com/api/matches/9b888a4d-bd21-47d6-a6d0-956b58ee0f67/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-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": "Chicago Bears",
"amount": 5000.0
},
{
"team": "Green Bay Packers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "42ef4535-eb2d-4342-b262-a3a60f037200",
"gambit_id": "e91f2e40-0be7-4c0d-a9d2-253478bb8d4b",
"last_updated": "2022-12-05T15:32:07.661677-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Chicago Bears",
"reward": "1.80000",
"odds": "1.90910",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/795b67c5-540b-4a31-8cb1-426939746bfc/?format=api"
},
{
"id": "a2bcc8eb-d9fa-475d-87ef-45a0bf2dcaad",
"gambit_id": "5c55d4a3-9b03-4558-b111-aaa355147bb4",
"last_updated": "2022-12-05T15:32:07.662743-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Green Bay Packers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/795b67c5-540b-4a31-8cb1-426939746bfc/?format=api"
}
]
}