GET /api/bet_types/d54e4f73-07d4-4715-98bc-1ed6ade01a45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d54e4f73-07d4-4715-98bc-1ed6ade01a45",
"match": "https://api-prod.gambitprofit.com/api/matches/94409ada-107d-4b1e-91d6-f0283a3b91d2/?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": "TEX",
"amount": 5591.0
},
{
"team": "MIN",
"amount": 4409.0
}
],
"expected_reward_tokens": 9169.24,
"profit_sb": 169.24,
"profit_sb_percentage": 1.88,
"recommended": true
},
"lines": [
{
"id": "041a134f-38e6-4c47-82dc-8753b0e8a1fa",
"gambit_id": "19c56aef-8a9c-4c89-bc40-a0ea57a51f63",
"last_updated": "2022-08-21T12:52:07.924977-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "1.64000",
"odds": "1.71430",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54e4f73-07d4-4715-98bc-1ed6ade01a45/?format=api"
},
{
"id": "14961cc8-0ede-4d29-95bd-eb897cd9b055",
"gambit_id": "76b331df-c981-4924-9ad2-b95d90a67792",
"last_updated": "2022-08-21T12:52:07.924581-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIN",
"reward": "2.08000",
"odds": "2.20000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54e4f73-07d4-4715-98bc-1ed6ade01a45/?format=api"
}
]
}