GET /api/bet_types/b26d5a6c-3a79-4b61-b566-81cf3905ce21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b26d5a6c-3a79-4b61-b566-81cf3905ce21",
"match": "https://api-prod.gambitprofit.com/api/matches/8c13898a-ff39-4584-adbf-8bf3c4850180/?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": "CIN",
"amount": 5208.0
},
{
"team": "MIL",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "01632057-bbf4-4577-9035-0d2d5d43879a",
"gambit_id": "a8838a3d-ef75-4f40-864c-932d5d047de1",
"last_updated": "2022-09-24T21:17:25.173080-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CIN",
"reward": "1.73000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b26d5a6c-3a79-4b61-b566-81cf3905ce21/?format=api"
},
{
"id": "794e2d4d-58a7-4eba-b356-56186a1e89e4",
"gambit_id": "4488799e-6371-440c-8ee2-e2ce7cc90c7d",
"last_updated": "2022-09-24T21:17:25.174062-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "1.88000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b26d5a6c-3a79-4b61-b566-81cf3905ce21/?format=api"
}
]
}