GET /api/bet_types/07b801d8-e838-499c-a902-bb5323dd1d9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07b801d8-e838-499c-a902-bb5323dd1d9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdb965d0-735c-4efe-953c-8d4a1264f14d/?format=api",
    "name": "Pick the Winner",
    "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": 5208.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5ccb2d6-b420-4635-ba4b-3ba4d2ebd7cf",
            "gambit_id": "7a430033-5ef1-4a3a-8375-afd36bf6e991",
            "last_updated": "2022-12-03T10:22:35.200522-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07b801d8-e838-499c-a902-bb5323dd1d9a/?format=api"
        },
        {
            "id": "717cb1a7-f600-4497-9839-7a2ddfa798de",
            "gambit_id": "202e017b-36e8-4d99-8e53-d693a72f75b2",
            "last_updated": "2022-12-03T10:22:35.199229-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07b801d8-e838-499c-a902-bb5323dd1d9a/?format=api"
        }
    ]
}