GET /api/bet_types/888f8f5d-2178-468f-9879-bf0bf364e462/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "888f8f5d-2178-468f-9879-bf0bf364e462",
    "match": "https://api-prod.gambitprofit.com/api/matches/425f46fe-b871-42a4-9f43-418c7024916d/?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": "Argentina",
                "amount": 8115.0
            },
            {
                "team": "Draw",
                "amount": 1885.0
            }
        ],
        "expected_reward_tokens": 10141.3,
        "profit_sb": 1141.3,
        "profit_sb_percentage": 12.68,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Argentina",
                "amount": 7155.0
            },
            {
                "team": "Draw",
                "amount": 1662.0
            },
            {
                "team": "Australia",
                "amount": 1183.0
            }
        ],
        "expected_reward_tokens": 8941.56,
        "profit_sb": -58.44,
        "profit_sb_percentage": -0.65,
        "recommended": false
    },
    "lines": [
        {
            "id": "60042a1c-1f97-493e-a43d-79c1a8f69b89",
            "gambit_id": "54787a01-de44-40d5-9915-4344e88d3747",
            "last_updated": "2022-12-05T11:52:15.791273-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Argentina",
            "reward": "1.25000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888f8f5d-2178-468f-9879-bf0bf364e462/?format=api"
        },
        {
            "id": "bd9a90c9-a99d-4d99-b334-e5a49cda54ab",
            "gambit_id": "114189b1-6d0a-49b3-b699-e17a27792357",
            "last_updated": "2022-12-05T11:52:15.792232-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "5.38000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888f8f5d-2178-468f-9879-bf0bf364e462/?format=api"
        },
        {
            "id": "2e3ab316-4eb2-433e-92bf-6acbdf169749",
            "gambit_id": "79317c59-91b9-4bdf-920c-89d1de849ab4",
            "last_updated": "2022-12-05T11:52:15.790318-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Australia",
            "reward": "7.56000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888f8f5d-2178-468f-9879-bf0bf364e462/?format=api"
        }
    ]
}