GET /api/bet_types/709d8f13-0133-49da-8e73-1880a27f1990/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "709d8f13-0133-49da-8e73-1880a27f1990",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eaf936b-689f-41fb-97d2-e09565c23ffb/?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": "SSC Napoli",
                "amount": 7395.0
            },
            {
                "team": "Draw",
                "amount": 2605.0
            }
        ],
        "expected_reward_tokens": 11462.0,
        "profit_sb": 1962.0,
        "profit_sb_percentage": 20.65,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "SSC Napoli",
                "amount": 5988.0
            },
            {
                "team": "Draw",
                "amount": 2110.0
            },
            {
                "team": "Ajax Amsterdam",
                "amount": 1902.0
            }
        ],
        "expected_reward_tokens": 9281.4,
        "profit_sb": -218.6,
        "profit_sb_percentage": -2.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1a7356f-a69d-4bb5-8adf-96ba3a2a4774",
            "gambit_id": "57db7bee-0fb6-41b5-9016-03e9698abbf2",
            "last_updated": "2022-10-13T10:02:19.810972-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SSC Napoli",
            "reward": "1.55000",
            "odds": "1.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/709d8f13-0133-49da-8e73-1880a27f1990/?format=api"
        },
        {
            "id": "d1ddd608-c3bf-41dc-8996-dc138d3c0f16",
            "gambit_id": "0f60639d-234c-4c62-936e-2e48a0af886d",
            "last_updated": "2022-10-13T10:02:19.812034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.40000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/709d8f13-0133-49da-8e73-1880a27f1990/?format=api"
        },
        {
            "id": "e241ab86-a4b1-498e-b72c-a9d49f95fa5a",
            "gambit_id": "20f55c40-c577-4949-9fc0-969a4b1e59f7",
            "last_updated": "2022-10-13T10:02:19.809999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ajax Amsterdam",
            "reward": "4.88000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/709d8f13-0133-49da-8e73-1880a27f1990/?format=api"
        }
    ]
}