GET /api/bet_types/6d0811ee-87e8-4f94-87b9-58439a329eec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d0811ee-87e8-4f94-87b9-58439a329eec",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e870643-951a-49a2-8996-87e1a67f647a/?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": "Cincinnati",
                "amount": 6345.0
            },
            {
                "team": "East Carolina",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "92430da1-e51f-4970-ade9-1838da807cdd",
            "gambit_id": "55cd9c7f-be58-4d29-9ad7-7a633887889c",
            "last_updated": "2022-11-14T15:23:22.751070-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d0811ee-87e8-4f94-87b9-58439a329eec/?format=api"
        },
        {
            "id": "8a02083f-85c0-4d68-be35-5cc8df597cda",
            "gambit_id": "9b24729a-81d0-4c05-8e94-f8b93c89abce",
            "last_updated": "2022-11-14T15:23:22.752023-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d0811ee-87e8-4f94-87b9-58439a329eec/?format=api"
        }
    ]
}