GET /api/bet_types/2f8807e3-6f72-406f-adce-02475d36357d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2f8807e3-6f72-406f-adce-02475d36357d",
"match": "https://api-prod.gambitprofit.com/api/matches/e76e4647-5ff9-4176-9765-d5d70661db93/?format=api",
"name": "Play the Odds",
"created_at": "2023-01-05T09:57:12.918865-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": "San Francisco 49ers",
"amount": 5000.0
},
{
"team": "Arizona Cardinals",
"amount": 5000.0
}
],
"expected_reward_tokens": 8900.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.11,
"recommended": false
},
"lines": [
{
"id": "c474a37d-849f-4bf2-bf9b-4e1bdf8af0c8",
"gambit_id": "c76bec6e-31cd-4823-8de7-8bebae3b058b",
"last_updated": "2023-01-09T10:02:17.740693-05:00",
"created_at": "2023-01-05T09:57:12.920061-05:00",
"name": "San Francisco 49ers",
"reward": "1.78000",
"odds": "1.90910",
"spread": "-14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f8807e3-6f72-406f-adce-02475d36357d/?format=api"
},
{
"id": "4000883e-8696-463c-b243-d3897b67e193",
"gambit_id": "e855e788-a870-4ad7-bc36-4e89cdb6b04c",
"last_updated": "2023-01-09T10:02:17.741755-05:00",
"created_at": "2023-01-05T09:57:12.921312-05:00",
"name": "Arizona Cardinals",
"reward": "1.78000",
"odds": "1.90910",
"spread": "14.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f8807e3-6f72-406f-adce-02475d36357d/?format=api"
}
]
}