GET /api/bet_types/b4b4c87e-2a5b-4a5b-96fc-f7e547961240/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4b4c87e-2a5b-4a5b-96fc-f7e547961240",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c295d96-8446-4015-bf0e-d8b90323ad21/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-18T09:42:14.377011-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": "Zac Pauga",
                "amount": 6925.0
            },
            {
                "team": "Jordan Wright",
                "amount": 3075.0
            }
        ],
        "expected_reward_tokens": 9348.0,
        "profit_sb": -152.0,
        "profit_sb_percentage": -1.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe646134-f322-4535-a49e-613eb903aefb",
            "gambit_id": "e273cae9-7633-4ace-80b1-6191fc7e3e24",
            "last_updated": "2023-02-19T16:27:11.967231-05:00",
            "created_at": "2023-02-18T09:42:14.378185-05:00",
            "name": "Zac Pauga",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4b4c87e-2a5b-4a5b-96fc-f7e547961240/?format=api"
        },
        {
            "id": "d3bd4ee3-f3be-4ee6-86d9-9274a4639619",
            "gambit_id": "918cb17d-0755-4096-a177-3395bea9752e",
            "last_updated": "2023-02-19T16:27:11.968436-05:00",
            "created_at": "2023-02-18T09:42:14.379535-05:00",
            "name": "Jordan Wright",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4b4c87e-2a5b-4a5b-96fc-f7e547961240/?format=api"
        }
    ]
}