GET /api/bet_types/f871fa78-d157-49f8-875a-9a9127298c0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f871fa78-d157-49f8-875a-9a9127298c0f",
"match": "https://api-prod.gambitprofit.com/api/matches/210b3616-74ec-4800-bd5c-02203b4e170d/?format=api",
"name": "Pick the Winner",
"created_at": "2023-10-19T08:32:58.750093-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": "Edmonton Oilers",
"amount": 6390.0
},
{
"team": "Philadelphia Flyers",
"amount": 3610.0
}
],
"expected_reward_tokens": 9457.2,
"profit_sb": -42.8,
"profit_sb_percentage": -0.45,
"recommended": false
},
"lines": [
{
"id": "740f5ff7-954c-47c4-b92d-a61b794f9838",
"gambit_id": "39ee5247-31d7-499d-8b15-b145de7bfd72",
"last_updated": "2023-10-20T11:28:24.778517-04:00",
"created_at": "2023-10-19T08:32:58.755921-04:00",
"name": "Edmonton Oilers",
"reward": "1.48000",
"odds": "1.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f871fa78-d157-49f8-875a-9a9127298c0f/?format=api"
},
{
"id": "8b5b3aa2-53fa-4ad8-adb6-507aaf8dbb25",
"gambit_id": "e2181dd5-c266-4aeb-8a7d-ae5fbb2bb39a",
"last_updated": "2023-10-20T11:28:24.782352-04:00",
"created_at": "2023-10-19T08:32:58.761634-04:00",
"name": "Philadelphia Flyers",
"reward": "2.62000",
"odds": "2.70000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f871fa78-d157-49f8-875a-9a9127298c0f/?format=api"
}
]
}