GET /api/bet_types/3976d2e7-4314-463e-b02c-369486639136/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3976d2e7-4314-463e-b02c-369486639136",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b4825d5-5b59-4193-b91f-d3b68e45813c/?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": "Arsenal",
                "amount": 7368.0
            },
            {
                "team": "Draw",
                "amount": 2632.0
            }
        ],
        "expected_reward_tokens": 10683.6,
        "profit_sb": 1683.6,
        "profit_sb_percentage": 18.71,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6172.0
            },
            {
                "team": "Draw",
                "amount": 2204.0
            },
            {
                "team": "Aston Villa",
                "amount": 1624.0
            }
        ],
        "expected_reward_tokens": 8948.24,
        "profit_sb": -51.76,
        "profit_sb_percentage": -0.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "128e78e1-91e2-4a66-83e2-1cd5523594e2",
            "gambit_id": "6349101e-7943-4739-9431-44409a57778e",
            "last_updated": "2022-09-01T13:42:00.068706-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arsenal",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3976d2e7-4314-463e-b02c-369486639136/?format=api"
        },
        {
            "id": "10b563e2-8da5-4265-bf36-7c274016d00e",
            "gambit_id": "82b8d90e-69a5-4167-b250-915bba785cbb",
            "last_updated": "2022-09-01T13:42:00.069618-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.06000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3976d2e7-4314-463e-b02c-369486639136/?format=api"
        },
        {
            "id": "08fead24-f388-49d8-b8a5-b4b7b271a613",
            "gambit_id": "5cbd14a4-ed04-4a1a-b111-5ccc161d1617",
            "last_updated": "2022-09-01T13:42:00.070346-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Aston Villa",
            "reward": "5.51000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3976d2e7-4314-463e-b02c-369486639136/?format=api"
        }
    ]
}