GET /api/bet_types/24b1d72d-736a-4f5a-8f2b-cb84f10468ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24b1d72d-736a-4f5a-8f2b-cb84f10468ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/13e069ca-930c-456b-84a0-9252cad05794/?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": "LOS (J Urias)",
                "amount": 6552.0
            },
            {
                "team": "ARI (Z Gallen)",
                "amount": 3448.0
            }
        ],
        "expected_reward_tokens": 9171.68,
        "profit_sb": 171.68,
        "profit_sb_percentage": 1.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "642d1d85-1978-43d7-bf28-6a80319bd1cd",
            "gambit_id": "175735ad-e5a4-4081-aaa7-57722c092277",
            "last_updated": "2022-09-23T10:12:04.845498-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (J Urias)",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24b1d72d-736a-4f5a-8f2b-cb84f10468ce/?format=api"
        },
        {
            "id": "edbc844e-f03b-4822-82e9-b7f0786f4285",
            "gambit_id": "4fa60c2b-bb08-482e-b9f0-b58559391217",
            "last_updated": "2022-09-23T10:12:04.846457-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Gallen)",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24b1d72d-736a-4f5a-8f2b-cb84f10468ce/?format=api"
        }
    ]
}