GET /api/bet_types/be17a21b-9bb6-4909-b9ff-944c53a3c12b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be17a21b-9bb6-4909-b9ff-944c53a3c12b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a733531-271f-48a3-acfb-9e6288b2fd3c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T13:41:55.800112-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": 7846.0
            },
            {
                "team": "Draw",
                "amount": 2154.0
            }
        ],
        "expected_reward_tokens": 10511.52,
        "profit_sb": 1011.52,
        "profit_sb_percentage": 10.65,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 6962.0
            },
            {
                "team": "Draw",
                "amount": 1912.0
            },
            {
                "team": "RB Leipzig",
                "amount": 1127.0
            }
        ],
        "expected_reward_tokens": 9329.08,
        "profit_sb": -170.92,
        "profit_sb_percentage": -1.8,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6eb29e7-b3cc-4bd1-a85f-a3a653024b99",
            "gambit_id": "63e946bc-2160-4c43-8320-a849966c948a",
            "last_updated": "2023-03-15T14:07:07.925385-04:00",
            "created_at": "2023-03-14T13:41:55.804916-04:00",
            "name": "Manchester City",
            "reward": "1.34000",
            "odds": "1.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be17a21b-9bb6-4909-b9ff-944c53a3c12b/?format=api"
        },
        {
            "id": "f89bae8c-a4fb-460c-a16c-f38ac929f9cd",
            "gambit_id": "563aa5cd-38ad-4da0-8331-3b0743318a75",
            "last_updated": "2023-03-15T14:07:07.926404-04:00",
            "created_at": "2023-03-14T13:41:55.807267-04:00",
            "name": "Draw",
            "reward": "4.88000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be17a21b-9bb6-4909-b9ff-944c53a3c12b/?format=api"
        },
        {
            "id": "4e32ba20-1150-4136-bef5-f465d0d74161",
            "gambit_id": "93c18463-f7f6-46ef-80aa-e0003fc9bff4",
            "last_updated": "2023-03-15T14:07:07.924403-04:00",
            "created_at": "2023-03-14T13:41:55.802537-04:00",
            "name": "RB Leipzig",
            "reward": "8.28000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be17a21b-9bb6-4909-b9ff-944c53a3c12b/?format=api"
        }
    ]
}