GET /api/bet_types/8112bba1-1028-437d-92fe-cfe15c86a1a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8112bba1-1028-437d-92fe-cfe15c86a1a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6c0b03f-fc57-471d-b1c8-ddabc7f44ad7/?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": "CHC (J Assad)",
                "amount": 5190.0
            },
            {
                "team": "COL (R Feltner)",
                "amount": 4810.0
            }
        ],
        "expected_reward_tokens": 9186.3,
        "profit_sb": 186.3,
        "profit_sb_percentage": 2.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "110c775c-914f-4ff6-a0e5-e8063af15455",
            "gambit_id": "354dd9a5-9282-4b1c-95b0-28d4096078f2",
            "last_updated": "2022-09-19T11:47:12.971707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (J Assad)",
            "reward": "1.77000",
            "odds": "1.87720",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8112bba1-1028-437d-92fe-cfe15c86a1a3/?format=api"
        },
        {
            "id": "a95fcf91-9640-4fdc-b64c-e442810efd34",
            "gambit_id": "a8fe3d03-eadd-479a-a3c1-1fe48f5767a0",
            "last_updated": "2022-09-19T11:47:12.970767-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (R Feltner)",
            "reward": "1.91000",
            "odds": "2.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8112bba1-1028-437d-92fe-cfe15c86a1a3/?format=api"
        }
    ]
}