GET /api/bet_types/3ac27db4-a549-4f35-8fa1-d874117d486e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ac27db4-a549-4f35-8fa1-d874117d486e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e171b1a5-0cb7-473a-8d2b-32a904c33a87/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T13:07:08.907603-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": 7335.0
            },
            {
                "team": "Draw",
                "amount": 2665.0
            }
        ],
        "expected_reward_tokens": 10926.5,
        "profit_sb": 1426.5,
        "profit_sb_percentage": 15.02,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 6256.0
            },
            {
                "team": "Draw",
                "amount": 2274.0
            },
            {
                "team": "Newcastle United",
                "amount": 1470.0
            }
        ],
        "expected_reward_tokens": 9319.8,
        "profit_sb": -180.2,
        "profit_sb_percentage": -1.9,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c03f904-92bc-4dac-a48d-c8841d40eb4b",
            "gambit_id": "83f11b37-93fe-4852-995c-fdaf751aad19",
            "last_updated": "2023-03-06T13:32:02.347119-05:00",
            "created_at": "2023-03-03T13:07:08.910133-05:00",
            "name": "Manchester City",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ac27db4-a549-4f35-8fa1-d874117d486e/?format=api"
        },
        {
            "id": "a9199bae-43b6-4a9c-b850-913c87626834",
            "gambit_id": "fca69d88-894e-4de0-b0e8-4dbc31f860b1",
            "last_updated": "2023-03-06T13:32:02.348210-05:00",
            "created_at": "2023-03-03T13:07:08.911431-05:00",
            "name": "Draw",
            "reward": "4.10000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ac27db4-a549-4f35-8fa1-d874117d486e/?format=api"
        },
        {
            "id": "eb440662-72db-4f82-8594-74bd774c9f96",
            "gambit_id": "8e249917-84f7-4bba-9e23-ab2173fd8ed4",
            "last_updated": "2023-03-06T13:32:02.345950-05:00",
            "created_at": "2023-03-03T13:07:08.908854-05:00",
            "name": "Newcastle United",
            "reward": "6.34000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ac27db4-a549-4f35-8fa1-d874117d486e/?format=api"
        }
    ]
}