GET /api/bet_types/564a840c-d004-4e56-957e-fdbe1eeaa7a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "564a840c-d004-4e56-957e-fdbe1eeaa7a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e15775ef-051f-49ba-92bc-912f38ba2164/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T16:03:06.673423-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7250.0
            },
            {
                "team": "Draw",
                "amount": 2750.0
            }
        ],
        "expected_reward_tokens": 11165.0,
        "profit_sb": 1665.0,
        "profit_sb_percentage": 17.53,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 5988.0
            },
            {
                "team": "Draw",
                "amount": 2271.0
            },
            {
                "team": "West Ham United",
                "amount": 1740.0
            }
        ],
        "expected_reward_tokens": 9220.26,
        "profit_sb": -279.74,
        "profit_sb_percentage": -2.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "827bb66b-d234-421f-aafe-962419bc0588",
            "gambit_id": "fc3cebf5-d08d-4db3-b917-0ba0042fef1b",
            "last_updated": "2023-09-18T23:13:13.936553-04:00",
            "created_at": "2023-09-15T16:03:06.688574-04:00",
            "name": "Manchester City",
            "reward": "1.54000",
            "odds": "1.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/564a840c-d004-4e56-957e-fdbe1eeaa7a0/?format=api"
        },
        {
            "id": "bccdaee7-182b-4e24-91bd-01ed66c610b9",
            "gambit_id": "8772cf06-cb36-41d3-bcb3-9755d35f166f",
            "last_updated": "2023-09-18T23:13:13.929760-04:00",
            "created_at": "2023-09-15T16:03:06.679251-04:00",
            "name": "Draw",
            "reward": "4.06000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/564a840c-d004-4e56-957e-fdbe1eeaa7a0/?format=api"
        },
        {
            "id": "c7dd083e-e248-43c4-8ace-fd93cce9b7d8",
            "gambit_id": "eba00b50-fc2a-48ed-93dc-9d1dba1abae9",
            "last_updated": "2023-09-18T23:13:13.933216-04:00",
            "created_at": "2023-09-15T16:03:06.684395-04:00",
            "name": "West Ham United",
            "reward": "5.30000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/564a840c-d004-4e56-957e-fdbe1eeaa7a0/?format=api"
        }
    ]
}