GET /api/bet_types/9f358b10-5530-4864-8eba-c1a203c1b071/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9f358b10-5530-4864-8eba-c1a203c1b071",
"match": "https://api-prod.gambitprofit.com/api/matches/91d40f0d-5e69-4341-af92-4b6542c291f0/?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": "Memphis",
"amount": 5097.0
},
{
"team": "Tulsa",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "71a7dbbf-47b1-41b5-a35a-594bc2e5820d",
"gambit_id": "92a51c4c-57d8-4676-8a94-438b2cd2fda0",
"last_updated": "2022-11-11T20:21:56.730638-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Memphis",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f358b10-5530-4864-8eba-c1a203c1b071/?format=api"
},
{
"id": "1f2b29dd-9dcd-44ef-97d9-50920c7fae53",
"gambit_id": "be1ce89a-75e3-4334-8906-04fbd705c2cb",
"last_updated": "2022-11-11T20:21:56.731608-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tulsa",
"reward": "1.84000",
"odds": "1.95240",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f358b10-5530-4864-8eba-c1a203c1b071/?format=api"
}
]
}