GET /api/bet_types/e20a51b8-fd6c-4a8b-a2a8-57e6403486e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e20a51b8-fd6c-4a8b-a2a8-57e6403486e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecc23b19-f400-4a46-ac8b-3e40d35ae618/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:17.839084-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": "Wisconsin",
                "amount": 6389.0
            },
            {
                "team": "Oklahoma State",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "5fd51f56-cf43-4ada-ae4e-3c478ac437a6",
            "gambit_id": "b7031a97-e098-471e-86c0-d288d7ba411a",
            "last_updated": "2022-12-28T21:52:16.730263-05:00",
            "created_at": "2022-12-27T08:57:17.840306-05:00",
            "name": "Wisconsin",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e20a51b8-fd6c-4a8b-a2a8-57e6403486e2/?format=api"
        },
        {
            "id": "cad090c9-6185-4adc-b105-a498980bab09",
            "gambit_id": "71bfef86-d85e-4004-9e73-ad9b30269862",
            "last_updated": "2022-12-28T21:52:16.731367-05:00",
            "created_at": "2022-12-27T08:57:17.841565-05:00",
            "name": "Oklahoma State",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e20a51b8-fd6c-4a8b-a2a8-57e6403486e2/?format=api"
        }
    ]
}