GET /api/bet_types/cef7cf24-f45c-4281-a4cc-c2171aed32ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cef7cf24-f45c-4281-a4cc-c2171aed32ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/91196bb7-ba3e-4352-a401-250cb99cdbdc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-02T11:52:04.083348-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 7204.0
            },
            {
                "team": "Draw",
                "amount": 2796.0
            }
        ],
        "expected_reward_tokens": 11379.72,
        "profit_sb": 1879.72,
        "profit_sb_percentage": 19.79,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 5885.0
            },
            {
                "team": "Draw",
                "amount": 2285.0
            },
            {
                "team": "Chelsea",
                "amount": 1830.0
            }
        ],
        "expected_reward_tokens": 9296.4,
        "profit_sb": -203.6,
        "profit_sb_percentage": -2.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8ebc49d-7083-4c04-b13d-e97483581926",
            "gambit_id": "9ef97b65-f544-488b-93f7-092b5686ee28",
            "last_updated": "2023-05-03T12:12:16.437809-04:00",
            "created_at": "2023-05-02T11:52:04.085963-04:00",
            "name": "Arsenal",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cef7cf24-f45c-4281-a4cc-c2171aed32ea/?format=api"
        },
        {
            "id": "f0e84ee0-651a-4025-a7fd-7e6954895843",
            "gambit_id": "c5869565-ecd9-4cc9-9b3e-9e04791ec3b0",
            "last_updated": "2023-05-03T12:12:16.439012-04:00",
            "created_at": "2023-05-02T11:52:04.087491-04:00",
            "name": "Draw",
            "reward": "4.07000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cef7cf24-f45c-4281-a4cc-c2171aed32ea/?format=api"
        },
        {
            "id": "5b90736b-c0a3-48a3-8ae0-88d6ce201744",
            "gambit_id": "41fcc32d-1235-466a-9674-1f29ea885d5d",
            "last_updated": "2023-05-03T12:12:16.436577-04:00",
            "created_at": "2023-05-02T11:52:04.084593-04:00",
            "name": "Chelsea",
            "reward": "5.08000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cef7cf24-f45c-4281-a4cc-c2171aed32ea/?format=api"
        }
    ]
}