GET /api/bet_types/ad5f4611-d111-4892-ba13-bc4998db77e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad5f4611-d111-4892-ba13-bc4998db77e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c3076ab-2482-4eac-8599-c4035167d184/?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": "ATL (K Wright)",
                "amount": 7273.0
            },
            {
                "team": "WAS (C Abbott)",
                "amount": 2727.0
            }
        ],
        "expected_reward_tokens": 9162.72,
        "profit_sb": 162.72,
        "profit_sb_percentage": 1.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "2548e42a-1a46-4c65-8abc-5df1bccf086c",
            "gambit_id": "25152af6-bb19-40a7-a23e-9fa350c6262d",
            "last_updated": "2022-09-20T16:07:13.305402-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (K Wright)",
            "reward": "1.26000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad5f4611-d111-4892-ba13-bc4998db77e6/?format=api"
        },
        {
            "id": "6e2f2b68-d5db-47a9-ac35-6193bfa08f51",
            "gambit_id": "07638833-4d02-4000-ab5f-eacc1f472a94",
            "last_updated": "2022-09-20T16:07:13.304409-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (C Abbott)",
            "reward": "3.36000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad5f4611-d111-4892-ba13-bc4998db77e6/?format=api"
        }
    ]
}