GET /api/bet_types/4fb8b38e-1c01-4294-badf-8233154886bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fb8b38e-1c01-4294-badf-8233154886bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c7750f8-70c0-436f-8a25-b6380cc3604f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-07T11:33:28.450425-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": "MIL (C Burnes)",
                "amount": 5415.0
            },
            {
                "team": "CIN (A Abbott)",
                "amount": 4585.0
            }
        ],
        "expected_reward_tokens": 9582.65,
        "profit_sb": 82.65,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "3fd2ea25-abfc-4252-9d30-737bf2410ef3",
            "gambit_id": "69e937c3-a76a-4281-b94c-6a619e0a5bc1",
            "last_updated": "2023-07-09T20:28:23.898213-04:00",
            "created_at": "2023-07-07T11:33:28.453472-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.77000",
            "odds": "1.80650",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fb8b38e-1c01-4294-badf-8233154886bd/?format=api"
        },
        {
            "id": "896c4c26-f4c2-4377-b35f-623891970816",
            "gambit_id": "44639341-381f-4ce0-b8d3-f1a6d8999b96",
            "last_updated": "2023-07-09T20:28:23.894869-04:00",
            "created_at": "2023-07-07T11:33:28.451913-04:00",
            "name": "CIN (A Abbott)",
            "reward": "2.09000",
            "odds": "2.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fb8b38e-1c01-4294-badf-8233154886bd/?format=api"
        }
    ]
}