GET /api/bet_types/1f9d58cf-b7ec-46d5-ae17-f0a42f0a0986/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1f9d58cf-b7ec-46d5-ae17-f0a42f0a0986",
"match": "https://api-prod.gambitprofit.com/api/matches/8e6806e0-5328-494d-9e88-d41a18cc6f7f/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-02T09:57:11.175241-04: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": "Denver Nuggets",
"amount": 5000.0
},
{
"team": "Golden State Warriors",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "6e5532f5-c425-428e-b759-55ca1ef266f0",
"gambit_id": "0f872790-664a-4692-b51f-fd54f97588f0",
"last_updated": "2023-04-03T19:46:54.816287-04:00",
"created_at": "2023-04-02T09:57:11.177561-04:00",
"name": "Denver Nuggets",
"reward": "1.87000",
"odds": "1.90910",
"spread": "4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9d58cf-b7ec-46d5-ae17-f0a42f0a0986/?format=api"
},
{
"id": "200f119d-8371-4465-a483-70f87fc0c797",
"gambit_id": "bc684ad0-7d8e-4eb1-8cd8-fe7b92e6283a",
"last_updated": "2023-04-03T19:46:54.818390-04:00",
"created_at": "2023-04-02T09:57:11.180045-04:00",
"name": "Golden State Warriors",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9d58cf-b7ec-46d5-ae17-f0a42f0a0986/?format=api"
}
]
}