GET /api/bet_types/badc0813-d0ed-4074-a50d-cdcc25a4f324/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "badc0813-d0ed-4074-a50d-cdcc25a4f324",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1f6e9bb-f82d-4f8d-bc21-8ada04d47c1d/?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": "Seattle Kraken",
                "amount": 6690.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3310.0
            }
        ],
        "expected_reward_tokens": 9565.9,
        "profit_sb": 65.9,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "e121e97a-573d-40fd-b52c-f105db72c03c",
            "gambit_id": "fb6f4e52-73fc-4fe8-8ef2-e4cac940d730",
            "last_updated": "2022-10-20T09:22:01.495928-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/badc0813-d0ed-4074-a50d-cdcc25a4f324/?format=api"
        },
        {
            "id": "a105c998-c0fb-4300-9b49-b731e4039e40",
            "gambit_id": "d6898caa-b4bf-40a7-a478-faa23cf6b196",
            "last_updated": "2022-10-20T09:22:01.497069-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/badc0813-d0ed-4074-a50d-cdcc25a4f324/?format=api"
        }
    ]
}