GET /api/bet_types/3d1d7f3f-09ee-448e-b6de-f8f5e4c9cf21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d1d7f3f-09ee-448e-b6de-f8f5e4c9cf21",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ed0f441-61d2-475f-9754-b9c24c05b44f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:03.864135-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 6479.0
            },
            {
                "team": "Draw",
                "amount": 3521.0
            }
        ],
        "expected_reward_tokens": 11724.93,
        "profit_sb": 2224.93,
        "profit_sb_percentage": 23.42,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 5054.0
            },
            {
                "team": "Draw",
                "amount": 2747.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 2199.0
            }
        ],
        "expected_reward_tokens": 9147.51,
        "profit_sb": -352.49,
        "profit_sb_percentage": -3.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b6870c7-55d2-42d9-9d68-46bc91ce87f0",
            "gambit_id": "99be52f6-12be-4b4d-9ee0-fef5cb78adad",
            "last_updated": "2023-02-12T10:02:06.855645-05:00",
            "created_at": "2023-02-09T11:12:03.868314-05:00",
            "name": "Fulham",
            "reward": "1.81000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d1d7f3f-09ee-448e-b6de-f8f5e4c9cf21/?format=api"
        },
        {
            "id": "2981ba4d-9903-485b-8b6b-575491093477",
            "gambit_id": "39f53e1f-7cb8-4ca1-93f5-e242ecb389fa",
            "last_updated": "2023-02-12T10:02:06.853318-05:00",
            "created_at": "2023-02-09T11:12:03.865366-05:00",
            "name": "Draw",
            "reward": "3.33000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d1d7f3f-09ee-448e-b6de-f8f5e4c9cf21/?format=api"
        },
        {
            "id": "703276bc-ae53-49a3-bd65-2af0dd166446",
            "gambit_id": "31054ca9-b511-4003-8bf8-32bd4e12185e",
            "last_updated": "2023-02-12T10:02:06.854484-05:00",
            "created_at": "2023-02-09T11:12:03.866692-05:00",
            "name": "Nottingham Forest",
            "reward": "4.16000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d1d7f3f-09ee-448e-b6de-f8f5e4c9cf21/?format=api"
        }
    ]
}