GET /api/bet_types/e2def91f-ba37-4ed9-85c2-0e37fbaa836c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2def91f-ba37-4ed9-85c2-0e37fbaa836c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a68c4121-eb60-41cf-90f0-3a368ba5fdba/?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": "Washington Capitals",
                "amount": 5607.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4393.0
            }
        ],
        "expected_reward_tokens": 9531.9,
        "profit_sb": 31.9,
        "profit_sb_percentage": 0.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc79dfde-2fbb-41e6-92fd-54e0f549d532",
            "gambit_id": "06a9de61-67e5-4f7f-ba9e-13535dfc4370",
            "last_updated": "2022-10-18T09:12:06.489410-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2def91f-ba37-4ed9-85c2-0e37fbaa836c/?format=api"
        },
        {
            "id": "2fcd0fcc-38a3-4491-8f42-88379bb8e2b0",
            "gambit_id": "894e03ba-18bd-4445-ad65-7a4263cc52b9",
            "last_updated": "2022-10-18T09:12:06.490405-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.17000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2def91f-ba37-4ed9-85c2-0e37fbaa836c/?format=api"
        }
    ]
}