GET /api/bet_types/e2e633da-5fe7-47cb-8b7e-b49b05245190/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2e633da-5fe7-47cb-8b7e-b49b05245190",
    "match": "https://api-prod.gambitprofit.com/api/matches/eca78d3d-0673-4b02-a410-c43e19350d5c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": 7589.0
            },
            {
                "team": "Draw",
                "amount": 2411.0
            }
        ],
        "expected_reward_tokens": 10319.08,
        "profit_sb": 1319.08,
        "profit_sb_percentage": 14.66,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 6476.0
            },
            {
                "team": "Draw",
                "amount": 2058.0
            },
            {
                "team": "Newcastle United",
                "amount": 1466.0
            }
        ],
        "expected_reward_tokens": 8807.36,
        "profit_sb": -192.64,
        "profit_sb_percentage": -2.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "5978aa6a-74be-4699-ba3f-71d6a52440b4",
            "gambit_id": "f9405325-bd28-4c20-81f4-7feee3cc8e68",
            "last_updated": "2022-08-22T13:02:05.203643-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester City",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e633da-5fe7-47cb-8b7e-b49b05245190/?format=api"
        },
        {
            "id": "aebaa373-bd46-414e-8ded-eb95c1c0e5a9",
            "gambit_id": "aa0cbefd-4e96-4cac-b61f-303e2b8cc368",
            "last_updated": "2022-08-22T13:02:05.204559-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.28000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e633da-5fe7-47cb-8b7e-b49b05245190/?format=api"
        },
        {
            "id": "bffa9f5b-e1bb-4396-a6a8-58e1ebb9eb9c",
            "gambit_id": "36e675a5-897d-4d84-b4e8-076b866b91ff",
            "last_updated": "2022-08-22T13:02:05.204102-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Newcastle United",
            "reward": "6.01000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e633da-5fe7-47cb-8b7e-b49b05245190/?format=api"
        }
    ]
}