GET /api/bet_types/48714682-00d1-44c7-8a48-dff657cc1c95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48714682-00d1-44c7-8a48-dff657cc1c95",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0763cc5-52fd-4447-97e3-2cb257328424/?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": "Wyoming",
                "amount": 6563.0
            },
            {
                "team": "Utah State",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8146dee-f26a-4427-9fb6-31dbbb25c40c",
            "gambit_id": "4425612c-809d-4779-81b1-3f4516889b66",
            "last_updated": "2022-10-23T21:46:55.088313-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48714682-00d1-44c7-8a48-dff657cc1c95/?format=api"
        },
        {
            "id": "adf39fcb-ad0b-4639-80a8-e6599363517f",
            "gambit_id": "09f81d76-7f3d-47d3-8850-951670ca20e1",
            "last_updated": "2022-10-23T21:46:55.089410-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48714682-00d1-44c7-8a48-dff657cc1c95/?format=api"
        }
    ]
}