GET /api/bet_types/4ac89cd2-5916-4b1c-bb8f-3386b8f2ee58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4ac89cd2-5916-4b1c-bb8f-3386b8f2ee58",
"match": "https://api-prod.gambitprofit.com/api/matches/e5824a4b-703e-4237-bae2-1bdb8e3aa105/?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": 6193.0
},
{
"team": "WAS",
"amount": 3807.0
}
],
"expected_reward_tokens": 9289.08,
"profit_sb": 289.08,
"profit_sb_percentage": 3.21,
"recommended": true
},
"lines": [
{
"id": "c3669ce9-4a99-40ca-b6b0-22aef5fe5226",
"gambit_id": "5b01cae4-8e1d-414d-b870-daea3828920a",
"last_updated": "2022-08-19T09:41:50.963676-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SDG",
"reward": "1.50000",
"odds": "1.55560",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ac89cd2-5916-4b1c-bb8f-3386b8f2ee58/?format=api"
},
{
"id": "1486dc6b-a5f6-46af-b2e6-a7d4018cae04",
"gambit_id": "d84a620b-81d1-433f-8b17-3f58375023f6",
"last_updated": "2022-08-19T09:41:50.964121-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "2.44000",
"odds": "2.60000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ac89cd2-5916-4b1c-bb8f-3386b8f2ee58/?format=api"
}
]
}