GET /api/bet_types/115584db-b96d-4681-8012-deb031c0ec29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "115584db-b96d-4681-8012-deb031c0ec29",
    "match": "https://api-prod.gambitprofit.com/api/matches/227e5a1a-2204-4a46-a036-7f14500f0b02/?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": "St Louis Blues",
                "amount": 6173.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "e58d1890-2b31-4977-97e8-c32d03a7bfe4",
            "gambit_id": "ae53beed-ce99-4d43-b8f1-5e50a8d757cb",
            "last_updated": "2022-10-28T09:32:00.834689-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115584db-b96d-4681-8012-deb031c0ec29/?format=api"
        },
        {
            "id": "39204db6-fbf1-40cc-a178-7ec68963c50e",
            "gambit_id": "2975e32f-fbaf-4417-9679-ddf52436bea3",
            "last_updated": "2022-10-28T09:32:00.833768-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115584db-b96d-4681-8012-deb031c0ec29/?format=api"
        }
    ]
}