GET /api/bet_types/c40776e3-14d8-4d6c-97d1-221cc0753eee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c40776e3-14d8-4d6c-97d1-221cc0753eee",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57f4e25-ed7b-4840-87cb-c2a8bc4c6a98/?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": "Tampa Bay Lightning",
                "amount": 6256.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7f75ff8-e0b8-4192-9379-00eebe6d1a95",
            "gambit_id": "46d38bbb-cad4-4c30-942b-ced526dcbd5e",
            "last_updated": "2022-12-14T10:17:16.243193-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c40776e3-14d8-4d6c-97d1-221cc0753eee/?format=api"
        },
        {
            "id": "a3ae7033-ab87-474e-8104-857431e48525",
            "gambit_id": "a5d24556-96e9-4394-abf6-7086880d13ed",
            "last_updated": "2022-12-14T10:17:16.242093-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c40776e3-14d8-4d6c-97d1-221cc0753eee/?format=api"
        }
    ]
}