GET /api/bet_types/dff147df-04a9-4579-9e16-566a2ecec4b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "dff147df-04a9-4579-9e16-566a2ecec4b4",
"match": "https://api-prod.gambitprofit.com/api/matches/1b5dea73-8499-442d-a416-86206b29a84f/?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": "TEX",
"amount": 6138.0
},
{
"team": "COL",
"amount": 3862.0
}
],
"expected_reward_tokens": 9268.38,
"profit_sb": 268.38,
"profit_sb_percentage": 2.98,
"recommended": true
},
"lines": [
{
"id": "77cd7455-8bdd-4bd8-a289-d1c6e9425284",
"gambit_id": "4e245c7a-da60-4256-a163-b29e832a3986",
"last_updated": "2022-08-24T10:20:35.818269-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "1.51000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dff147df-04a9-4579-9e16-566a2ecec4b4/?format=api"
},
{
"id": "bd27c042-f4af-426e-a791-88420f6d1b41",
"gambit_id": "ac6a00d0-5c22-4724-8442-a85c02237371",
"last_updated": "2022-08-24T10:20:35.817782-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "COL",
"reward": "2.40000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dff147df-04a9-4579-9e16-566a2ecec4b4/?format=api"
}
]
}