GET /api/bet_types/50c1797d-e60e-4c1f-a61c-11fe660c0de3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50c1797d-e60e-4c1f-a61c-11fe660c0de3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a48c8e0d-88fd-489f-afd9-a5e37af39683/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-16T09:47:07.957465-04: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": 7427.0
            },
            {
                "team": "Draw",
                "amount": 2573.0
            }
        ],
        "expected_reward_tokens": 11140.5,
        "profit_sb": 1640.5,
        "profit_sb_percentage": 17.27,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 6133.0
            },
            {
                "team": "Draw",
                "amount": 2125.0
            },
            {
                "team": "Real Madrid",
                "amount": 1742.0
            }
        ],
        "expected_reward_tokens": 9197.76,
        "profit_sb": -302.24,
        "profit_sb_percentage": -3.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1f38d67-896f-4764-a11a-0d8b736ebdda",
            "gambit_id": "089c9132-5919-477e-acd5-2f721ffd3302",
            "last_updated": "2023-05-18T11:47:16.519375-04:00",
            "created_at": "2023-05-16T09:47:07.961255-04:00",
            "name": "Manchester City",
            "reward": "1.50000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50c1797d-e60e-4c1f-a61c-11fe660c0de3/?format=api"
        },
        {
            "id": "ebc23b65-bf65-447e-a757-7bdf8d85e3b8",
            "gambit_id": "2d055337-2d10-439f-9c6b-b71eecde7b5a",
            "last_updated": "2023-05-18T11:47:16.520829-04:00",
            "created_at": "2023-05-16T09:47:07.963144-04:00",
            "name": "Draw",
            "reward": "4.33000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50c1797d-e60e-4c1f-a61c-11fe660c0de3/?format=api"
        },
        {
            "id": "1625338f-36f5-4c67-b4eb-2230a54aa2c4",
            "gambit_id": "43aca0cc-c4b7-4189-90cf-5695c268f963",
            "last_updated": "2023-05-18T11:47:16.517939-04:00",
            "created_at": "2023-05-16T09:47:07.959301-04:00",
            "name": "Real Madrid",
            "reward": "5.28000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50c1797d-e60e-4c1f-a61c-11fe660c0de3/?format=api"
        }
    ]
}