GET /api/bet_types/c9d00428-9d20-4c51-976c-961d80342777/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c9d00428-9d20-4c51-976c-961d80342777",
"match": "https://api-prod.gambitprofit.com/api/matches/746c1606-1b66-41e6-9141-05473902d503/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-16T09:23:13.144728-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": "Florida Panthers",
"amount": 6390.0
},
{
"team": "Edmonton Oilers",
"amount": 3610.0
}
],
"expected_reward_tokens": 9457.2,
"profit_sb": -42.8,
"profit_sb_percentage": -0.45,
"recommended": false
},
"lines": [
{
"id": "d669984b-845c-44e7-802e-3aaa2bc39e74",
"gambit_id": "ddd22fb4-fa53-479b-bb40-8b6413c9064b",
"last_updated": "2023-12-18T10:18:33.627874-05:00",
"created_at": "2023-12-16T09:23:13.149352-05:00",
"name": "Florida Panthers",
"reward": "1.48000",
"odds": "1.50000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9d00428-9d20-4c51-976c-961d80342777/?format=api"
},
{
"id": "bc0742e1-b258-4dd8-8531-7fda44667a84",
"gambit_id": "e98cb60f-f4b7-4cc1-9f9c-73d501869bae",
"last_updated": "2023-12-18T10:18:33.634878-05:00",
"created_at": "2023-12-16T09:23:13.154216-05:00",
"name": "Edmonton Oilers",
"reward": "2.62000",
"odds": "2.70000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9d00428-9d20-4c51-976c-961d80342777/?format=api"
}
]
}