GET /api/bet_types/be6a69ac-15ef-43d2-aa6c-adce26459553/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be6a69ac-15ef-43d2-aa6c-adce26459553",
    "match": "https://api-prod.gambitprofit.com/api/matches/c749c268-741a-41ac-86b1-b1c14b4d039c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:28:11.807095-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 6436.0
            },
            {
                "team": "Draw",
                "amount": 3564.0
            }
        ],
        "expected_reward_tokens": 12614.56,
        "profit_sb": 3114.56,
        "profit_sb_percentage": 32.78,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 4745.0
            },
            {
                "team": "Draw",
                "amount": 2627.0
            },
            {
                "team": "Manchester United",
                "amount": 2627.0
            }
        ],
        "expected_reward_tokens": 9299.58,
        "profit_sb": -200.42,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b46515c-eec0-4e6c-8f8e-a87d516304b5",
            "gambit_id": "ce4e1038-e906-4f7d-8ade-b0de1d9e4c76",
            "last_updated": "2023-12-05T21:08:16.081375-05:00",
            "created_at": "2023-12-01T19:28:11.816762-05:00",
            "name": "Newcastle United",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be6a69ac-15ef-43d2-aa6c-adce26459553/?format=api"
        },
        {
            "id": "646faa90-1ed4-422c-abfd-e490a7162bae",
            "gambit_id": "32e13f57-f74c-4668-860c-fd32438adda9",
            "last_updated": "2023-12-05T21:08:16.085460-05:00",
            "created_at": "2023-12-01T19:28:11.822196-05:00",
            "name": "Draw",
            "reward": "3.54000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be6a69ac-15ef-43d2-aa6c-adce26459553/?format=api"
        },
        {
            "id": "0b2605b0-020c-4449-81e9-a31b5a80c091",
            "gambit_id": "acfc345e-acb8-41bf-a9c9-cbcd9db68136",
            "last_updated": "2023-12-05T21:08:16.076735-05:00",
            "created_at": "2023-12-01T19:28:11.811624-05:00",
            "name": "Manchester United",
            "reward": "3.54000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be6a69ac-15ef-43d2-aa6c-adce26459553/?format=api"
        }
    ]
}