GET /api/bet_types/b99f88bd-d77a-406e-ba3c-7bb15969be7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b99f88bd-d77a-406e-ba3c-7bb15969be7d",
"match": "https://api-prod.gambitprofit.com/api/matches/ac220888-fec7-4e16-9f89-f0f7e380bc91/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-28T10:08:15.742607-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": "Carolina Panthers",
"amount": 5000.0
},
{
"team": "Minnesota Vikings",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "223cc660-c20b-474b-8dc2-243062bf1d0a",
"gambit_id": "a6c461df-ac94-47a4-96f4-7238831e3f18",
"last_updated": "2023-10-02T20:58:09.680318-04:00",
"created_at": "2023-09-28T10:08:15.753066-04:00",
"name": "Carolina Panthers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b99f88bd-d77a-406e-ba3c-7bb15969be7d/?format=api"
},
{
"id": "55f78d88-cd9f-44a1-85b4-bdfb37157828",
"gambit_id": "546c51e3-40c4-485b-b835-3b7058561244",
"last_updated": "2023-10-02T20:58:09.676933-04:00",
"created_at": "2023-09-28T10:08:15.747742-04:00",
"name": "Minnesota Vikings",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b99f88bd-d77a-406e-ba3c-7bb15969be7d/?format=api"
}
]
}