GET /api/bet_types/c12dcfeb-37aa-4e58-8321-4a0ee4a559b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c12dcfeb-37aa-4e58-8321-4a0ee4a559b5",
"match": "https://api-prod.gambitprofit.com/api/matches/2bb1d68b-b179-4b0c-b2e9-8673f468e73c/?format=api",
"name": "Play the Odds",
"created_at": "2023-11-14T09:13:03.707585-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": "Miami Heat",
"amount": 5000.0
},
{
"team": "Charlotte Hornets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "87c26272-0bbd-4993-a72d-4d0cc063b0c5",
"gambit_id": "c1282c60-c0e5-4a45-a096-2274e671fe84",
"last_updated": "2023-11-15T22:48:01.169906-05:00",
"created_at": "2023-11-14T09:13:03.711926-05:00",
"name": "Miami Heat",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c12dcfeb-37aa-4e58-8321-4a0ee4a559b5/?format=api"
},
{
"id": "1a1c69a0-73cf-4ad7-a1c1-2e6d0bd9ea5e",
"gambit_id": "80272342-c546-479a-80dd-7b0204cfa173",
"last_updated": "2023-11-15T22:48:01.174075-05:00",
"created_at": "2023-11-14T09:13:03.716198-05:00",
"name": "Charlotte Hornets",
"reward": "1.87000",
"odds": "1.90910",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c12dcfeb-37aa-4e58-8321-4a0ee4a559b5/?format=api"
}
]
}