GET /api/bet_types/c8c7b9e7-c255-4609-8fb6-bc7861e6f8cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c8c7b9e7-c255-4609-8fb6-bc7861e6f8cc",
"match": "https://api-prod.gambitprofit.com/api/matches/e05f506f-99b7-4caf-9f97-d514b7c886fd/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-27T09:43:11.575734-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": "New England Patriots",
"amount": 5000.0
},
{
"team": "Buffalo Bills",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "d6057861-30cb-4345-8dd0-b9f7864afce8",
"gambit_id": "bec73c27-def8-4fd7-a6c1-85467817b3a3",
"last_updated": "2024-01-02T10:38:09.846273-05:00",
"created_at": "2023-12-27T09:43:11.580054-05:00",
"name": "New England Patriots",
"reward": "1.87000",
"odds": "1.90910",
"spread": "15.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8c7b9e7-c255-4609-8fb6-bc7861e6f8cc/?format=api"
},
{
"id": "f54020c3-0775-4788-8963-583ef6c6e49c",
"gambit_id": "bf6e4c1d-266e-4aa4-99e4-01e7bdba9bbb",
"last_updated": "2024-01-02T10:38:09.850117-05:00",
"created_at": "2023-12-27T09:43:11.584214-05:00",
"name": "Buffalo Bills",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-15.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8c7b9e7-c255-4609-8fb6-bc7861e6f8cc/?format=api"
}
]
}