GET /api/bet_types/915c3c2b-3e5e-4226-b97d-ee6a8836aa70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "915c3c2b-3e5e-4226-b97d-ee6a8836aa70",
    "match": "https://api-prod.gambitprofit.com/api/matches/38ce044c-e2f0-411d-9f22-5cbc9ab7712f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-04T11:27:02.467848-04: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 Taillon)",
                "amount": 6182.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ce3c798-e32c-496a-8ffc-9752864b67ff",
            "gambit_id": "d9641108-0d8d-49a8-b21e-f2f1e32c31de",
            "last_updated": "2023-05-05T11:47:10.615230-04:00",
            "created_at": "2023-05-04T11:27:02.469233-04:00",
            "name": "CHC (J Taillon)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/915c3c2b-3e5e-4226-b97d-ee6a8836aa70/?format=api"
        },
        {
            "id": "4e0f1a06-fa9c-4cf0-a5ca-661665c52058",
            "gambit_id": "c33ecbd4-8b83-4850-b47b-8e3906f69602",
            "last_updated": "2023-05-05T11:47:10.616696-04:00",
            "created_at": "2023-05-04T11:27:02.470748-04:00",
            "name": "WAS (P Corbin)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/915c3c2b-3e5e-4226-b97d-ee6a8836aa70/?format=api"
        }
    ]
}