GET /api/bet_types/5dbf6898-b279-438a-89e8-4a4ce3c8c495/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dbf6898-b279-438a-89e8-4a4ce3c8c495",
    "match": "https://api-prod.gambitprofit.com/api/matches/67a509e6-f129-471a-92e7-efa323ff376a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T11:46:59.347505-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 5312.0
            },
            {
                "team": "Aston Villa",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 13545.6,
        "profit_sb": 4045.6,
        "profit_sb_percentage": 42.59,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 3656.0
            },
            {
                "team": "Aston Villa",
                "amount": 3226.0
            },
            {
                "team": "Draw",
                "amount": 3118.0
            }
        ],
        "expected_reward_tokens": 9322.8,
        "profit_sb": -177.2,
        "profit_sb_percentage": -1.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "aef06058-3533-471b-9e4e-b61b947cc30c",
            "gambit_id": "b62d2484-a074-49b2-aa21-f5a41e3529f8",
            "last_updated": "2023-02-26T11:57:00.871594-05:00",
            "created_at": "2023-02-23T11:46:59.350109-05:00",
            "name": "Everton",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbf6898-b279-438a-89e8-4a4ce3c8c495/?format=api"
        },
        {
            "id": "61736d00-4123-4250-9234-ef2f7e35e4c8",
            "gambit_id": "ec2c7fc4-f9ab-4df4-83f5-712aea59f196",
            "last_updated": "2023-02-26T11:57:00.870517-05:00",
            "created_at": "2023-02-23T11:46:59.348791-05:00",
            "name": "Aston Villa",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbf6898-b279-438a-89e8-4a4ce3c8c495/?format=api"
        },
        {
            "id": "e65d8c5f-da80-45d1-a942-90c53be42318",
            "gambit_id": "0cac778f-4dbc-4f30-a43a-e6b000e661f6",
            "last_updated": "2023-02-26T11:57:00.872673-05:00",
            "created_at": "2023-02-23T11:46:59.351348-05:00",
            "name": "Draw",
            "reward": "2.99000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbf6898-b279-438a-89e8-4a4ce3c8c495/?format=api"
        }
    ]
}