GET /api/bet_types/bc837885-5bfd-49d2-bcd5-d3a30cb27621/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc837885-5bfd-49d2-bcd5-d3a30cb27621",
    "match": "https://api-prod.gambitprofit.com/api/matches/d995a9d1-8511-46c3-b991-dc083a0b0218/?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": "Manchester City",
                "amount": 7991.0
            },
            {
                "team": "Draw",
                "amount": 2009.0
            }
        ],
        "expected_reward_tokens": 10145.45,
        "profit_sb": 1145.45,
        "profit_sb_percentage": 12.73,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7066.0
            },
            {
                "team": "Draw",
                "amount": 1777.0
            },
            {
                "team": "Sevilla",
                "amount": 1156.0
            }
        ],
        "expected_reward_tokens": 8970.56,
        "profit_sb": -29.44,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "a16bef30-5ee4-4d5f-a49e-fdce7169c9cc",
            "gambit_id": "fde1f62d-4843-4963-b46a-2bbe11700d3c",
            "last_updated": "2022-09-07T12:46:56.234602-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester City",
            "reward": "1.27000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc837885-5bfd-49d2-bcd5-d3a30cb27621/?format=api"
        },
        {
            "id": "f636a1f3-7fa4-48f7-9836-81282531343e",
            "gambit_id": "f7676705-633b-490b-9eb1-92cf12a6876e",
            "last_updated": "2022-09-07T12:46:56.236705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "5.05000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc837885-5bfd-49d2-bcd5-d3a30cb27621/?format=api"
        },
        {
            "id": "d527d53e-1adf-406b-aa03-bb34aebe3910",
            "gambit_id": "d3533fdb-8ef5-4120-80cc-dd04fbbd812b",
            "last_updated": "2022-09-07T12:46:56.235684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sevilla",
            "reward": "7.76000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc837885-5bfd-49d2-bcd5-d3a30cb27621/?format=api"
        }
    ]
}