GET /api/bet_types/a78b0a6a-f899-4da1-90c3-a2b776a5ae49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a78b0a6a-f899-4da1-90c3-a2b776a5ae49",
"match": "https://api-prod.gambitprofit.com/api/matches/f12caa5b-8d60-4da4-b6db-6779e66dbc37/?format=api",
"name": "Pick the Winner",
"created_at": "1969-12-31T19:00:00-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": 6336.0
},
{
"team": "Tampa Bay Buccaneers",
"amount": 3664.0
}
],
"expected_reward_tokens": 9123.36,
"profit_sb": 123.36,
"profit_sb_percentage": 1.37,
"recommended": true
},
"lines": [
{
"id": "46f872aa-7bdf-47c1-9123-9cc45b7c15df",
"gambit_id": "f9ea086c-c57c-44c9-a88b-867f8205306b",
"last_updated": "2022-12-12T10:22:12.290006-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "San Francisco 49ers",
"reward": "1.44000",
"odds": "1.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a78b0a6a-f899-4da1-90c3-a2b776a5ae49/?format=api"
},
{
"id": "7be964d9-035c-4b8e-a6e5-953ffebaef9a",
"gambit_id": "02427769-b41e-41d2-aeaf-f181977eb3ee",
"last_updated": "2022-12-12T10:22:12.288947-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tampa Bay Buccaneers",
"reward": "2.49000",
"odds": "2.70000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a78b0a6a-f899-4da1-90c3-a2b776a5ae49/?format=api"
}
]
}