GET /api/bet_types/a053450f-8a04-493a-b457-b5e415066c4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a053450f-8a04-493a-b457-b5e415066c4f",
"match": "https://api-prod.gambitprofit.com/api/matches/a2bdde37-1914-4a23-9885-e08a243fe907/?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": "New York Knicks",
"amount": 5000.0
},
{
"team": "Charlotte Hornets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "8c53c078-a9f7-41fb-ad3e-aca20fb66d88",
"gambit_id": "43736065-e657-4657-ae2b-95cb3f1a491e",
"last_updated": "2022-12-10T18:42:00.718961-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Knicks",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a053450f-8a04-493a-b457-b5e415066c4f/?format=api"
},
{
"id": "46f9c1c7-b5b9-4aea-a7f9-3ce21cc1bafc",
"gambit_id": "bb9fd904-818b-434d-8c07-9b1e0c913d61",
"last_updated": "2022-12-10T18:42:00.717842-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Charlotte Hornets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a053450f-8a04-493a-b457-b5e415066c4f/?format=api"
}
]
}