GET /api/bet_types/7cca398d-aa48-44fd-a09c-b274464b211e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cca398d-aa48-44fd-a09c-b274464b211e",
    "match": "https://api-prod.gambitprofit.com/api/matches/577b808e-281f-4622-b589-430ea19265cc/?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": "Liverpool",
                "amount": 6566.0
            },
            {
                "team": "SSC Napoli",
                "amount": 3434.0
            }
        ],
        "expected_reward_tokens": 11950.12,
        "profit_sb": 2950.12,
        "profit_sb_percentage": 32.78,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 4888.0
            },
            {
                "team": "SSC Napoli",
                "amount": 2556.0
            },
            {
                "team": "Draw",
                "amount": 2556.0
            }
        ],
        "expected_reward_tokens": 8894.88,
        "profit_sb": -105.12,
        "profit_sb_percentage": -1.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf5c6699-fd1f-42a5-9c66-e352dd2739f3",
            "gambit_id": "7acf7506-061e-47bd-aea7-239721397a0e",
            "last_updated": "2022-09-08T10:56:55.545489-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liverpool",
            "reward": "1.82000",
            "odds": "1.91000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cca398d-aa48-44fd-a09c-b274464b211e/?format=api"
        },
        {
            "id": "27403f27-b497-42bb-9f68-d279a2426e32",
            "gambit_id": "ee4ce9a9-31b8-4fcc-b724-6d5a27580ffe",
            "last_updated": "2022-09-08T10:56:55.543524-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SSC Napoli",
            "reward": "3.48000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cca398d-aa48-44fd-a09c-b274464b211e/?format=api"
        },
        {
            "id": "3ccd0216-6021-48fc-a27a-6be36cc42745",
            "gambit_id": "e654926a-97bc-4dc7-9377-281947b7b9f2",
            "last_updated": "2022-09-08T10:56:55.544520-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.48000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cca398d-aa48-44fd-a09c-b274464b211e/?format=api"
        }
    ]
}