GET /api/bet_types/fb082c7c-1e88-45ff-b634-cbeed6ea3557/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "fb082c7c-1e88-45ff-b634-cbeed6ea3557",
"match": "https://api-prod.gambitprofit.com/api/matches/f2ca4d0c-cd5a-45e9-b297-ada6baed5717/?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": "SDG",
"amount": 5499.0
},
{
"team": "WAS",
"amount": 4501.0
}
],
"expected_reward_tokens": 9182.04,
"profit_sb": 182.04,
"profit_sb_percentage": 2.02,
"recommended": true
},
"lines": [
{
"id": "98cb11c0-e237-4130-b1e7-ba386bcc4f3b",
"gambit_id": "16ce8ddd-0aae-4e3a-8129-44bb70282241",
"last_updated": "2022-08-22T09:41:59.629149-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SDG",
"reward": "1.67000",
"odds": "1.74070",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb082c7c-1e88-45ff-b634-cbeed6ea3557/?format=api"
},
{
"id": "a18aa631-0350-4bc2-a7f7-1277269e4515",
"gambit_id": "87acab2e-7b6b-4f3a-8d47-e0ffc36892f2",
"last_updated": "2022-08-22T09:41:59.629632-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "2.04000",
"odds": "2.15000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb082c7c-1e88-45ff-b634-cbeed6ea3557/?format=api"
}
]
}