GET /api/bet_types/6083b6fc-4c29-4dbc-8308-fdf402e065f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6083b6fc-4c29-4dbc-8308-fdf402e065f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b2fb4d8-2bc5-44a8-9f43-e4187164a8ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-29T10:38:02.770056-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": "Los Angeles Kings",
                "amount": 6458.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "a244ced3-1173-4c27-90f2-74dcf2d8e1ed",
            "gambit_id": "e072b89c-0899-47d0-8d6b-c528b532fdac",
            "last_updated": "2023-11-30T11:23:13.317178-05:00",
            "created_at": "2023-11-29T10:38:02.793635-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6083b6fc-4c29-4dbc-8308-fdf402e065f6/?format=api"
        },
        {
            "id": "03011ac5-71f3-4b2b-a935-cd0409525c2d",
            "gambit_id": "4061f292-6908-4069-8521-2ebaab3bd3fe",
            "last_updated": "2023-11-30T11:23:13.313409-05:00",
            "created_at": "2023-11-29T10:38:02.789104-05:00",
            "name": "Washington Capitals",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6083b6fc-4c29-4dbc-8308-fdf402e065f6/?format=api"
        }
    ]
}