GET /api/bet_types/d6a4dbee-0f77-44e1-9b1e-89485dd881a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d6a4dbee-0f77-44e1-9b1e-89485dd881a0",
"match": "https://api-prod.gambitprofit.com/api/matches/a56572cd-d77f-497f-9e90-12d4eebca03c/?format=api",
"name": "Play the Odds",
"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": "PIT",
"amount": 5312.0
},
{
"team": "BOS",
"amount": 4688.0
}
],
"expected_reward_tokens": 9188.48,
"profit_sb": 188.48,
"profit_sb_percentage": 2.09,
"recommended": true
},
"lines": [
{
"id": "dd404025-4741-4987-a1ba-326b15951939",
"gambit_id": "0cd2b60b-e81f-4268-b854-8c3c4b05e350",
"last_updated": "2022-08-18T10:31:50.310227-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PIT",
"reward": "1.73000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a4dbee-0f77-44e1-9b1e-89485dd881a0/?format=api"
},
{
"id": "72b0b1db-0f75-4342-8c43-7457aea43588",
"gambit_id": "e340fa78-c9cd-4af8-9186-0c5bd0710595",
"last_updated": "2022-08-18T10:31:50.310714-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BOS",
"reward": "1.96000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a4dbee-0f77-44e1-9b1e-89485dd881a0/?format=api"
}
]
}