GET /api/bet_types/538dbeca-9216-45a7-b416-e1eda8bc4e6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "538dbeca-9216-45a7-b416-e1eda8bc4e6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/286ff79a-2f1f-4e86-b6da-d07572119dbc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-02T16:07:15.565108-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 6122.0
            },
            {
                "team": "Draw",
                "amount": 3878.0
            }
        ],
        "expected_reward_tokens": 12487.16,
        "profit_sb": 2987.16,
        "profit_sb_percentage": 31.44,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 4463.0
            },
            {
                "team": "Draw",
                "amount": 2827.0
            },
            {
                "team": "Leicester City",
                "amount": 2710.0
            }
        ],
        "expected_reward_tokens": 9102.94,
        "profit_sb": -397.06,
        "profit_sb_percentage": -4.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d9a9ef4-0768-40dc-bc03-a337412a7347",
            "gambit_id": "0adf9f6c-d441-4ac2-982d-d24c218811ce",
            "last_updated": "2023-02-05T12:42:11.550810-05:00",
            "created_at": "2023-02-02T16:07:15.567546-05:00",
            "name": "Aston Villa",
            "reward": "2.04000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/538dbeca-9216-45a7-b416-e1eda8bc4e6f/?format=api"
        },
        {
            "id": "b0397856-781a-4f9b-ab73-94474d19b532",
            "gambit_id": "119da987-c8e6-4cee-af72-bfefd69017c9",
            "last_updated": "2023-02-05T12:42:11.552131-05:00",
            "created_at": "2023-02-02T16:07:15.568791-05:00",
            "name": "Draw",
            "reward": "3.22000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/538dbeca-9216-45a7-b416-e1eda8bc4e6f/?format=api"
        },
        {
            "id": "f9c6e288-4518-4225-935c-2783594f11e7",
            "gambit_id": "6e72062a-a775-4225-9871-bc013f8a9e85",
            "last_updated": "2023-02-05T12:42:11.549446-05:00",
            "created_at": "2023-02-02T16:07:15.566297-05:00",
            "name": "Leicester City",
            "reward": "3.36000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/538dbeca-9216-45a7-b416-e1eda8bc4e6f/?format=api"
        }
    ]
}