GET /api/bet_types/15e0648a-5f48-4566-8af9-ee0db6b0c5bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "15e0648a-5f48-4566-8af9-ee0db6b0c5bc",
"match": "https://api-prod.gambitprofit.com/api/matches/39b71497-b160-45c6-a106-693c90490679/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-06T08:32:16.028318-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": "Portland Trail Blazers",
"amount": 5000.0
},
{
"team": "Milwaukee Bucks",
"amount": 5000.0
}
],
"expected_reward_tokens": 9300.0,
"profit_sb": -200.0,
"profit_sb_percentage": -2.11,
"recommended": false
},
"lines": [
{
"id": "bb5b8ec1-205f-42d9-9a52-07b73396c63a",
"gambit_id": "bcbd6379-b66f-49e1-b026-c98cc3096f93",
"last_updated": "2023-02-07T10:22:15.656908-05:00",
"created_at": "2023-02-06T08:32:16.029591-05:00",
"name": "Portland Trail Blazers",
"reward": "1.86000",
"odds": "1.90910",
"spread": "4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e0648a-5f48-4566-8af9-ee0db6b0c5bc/?format=api"
},
{
"id": "bb5eea76-2c99-4cfa-9fac-a9f3d1527317",
"gambit_id": "49c758b2-e07f-499f-ad4c-612508d57e7f",
"last_updated": "2023-02-07T10:22:15.658231-05:00",
"created_at": "2023-02-06T08:32:16.031209-05:00",
"name": "Milwaukee Bucks",
"reward": "1.86000",
"odds": "1.90910",
"spread": "-4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e0648a-5f48-4566-8af9-ee0db6b0c5bc/?format=api"
}
]
}