GET /api/bet_types/5ea6a2e2-a2ab-4fc2-ad4c-60b5736c2139/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ea6a2e2-a2ab-4fc2-ad4c-60b5736c2139",
    "match": "https://api-prod.gambitprofit.com/api/matches/91e09a24-d24f-4099-a610-5eff95b9832b/?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": "Austin FC",
                "amount": 6985.0
            },
            {
                "team": "Draw",
                "amount": 3015.0
            }
        ],
        "expected_reward_tokens": 11245.85,
        "profit_sb": 2245.85,
        "profit_sb_percentage": 24.95,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Austin FC",
                "amount": 5479.0
            },
            {
                "team": "Draw",
                "amount": 2365.0
            },
            {
                "team": "Sporting Kansas City",
                "amount": 2157.0
            }
        ],
        "expected_reward_tokens": 8821.19,
        "profit_sb": -178.81,
        "profit_sb_percentage": -1.99,
        "recommended": false
    },
    "lines": [
        {
            "id": "63a90cae-9f8d-42e9-8f43-ae8a831f0b82",
            "gambit_id": "70318036-2de3-4c5c-9f4e-0d5ab23d3c4b",
            "last_updated": "2022-08-15T14:22:19.732151-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Austin FC",
            "reward": "1.61000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ea6a2e2-a2ab-4fc2-ad4c-60b5736c2139/?format=api"
        },
        {
            "id": "13894cfb-b932-4949-aa1c-b6f0e6cd6442",
            "gambit_id": "ed540595-6d3d-41e7-bad1-43519e54385b",
            "last_updated": "2022-08-15T14:22:19.732564-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.73000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ea6a2e2-a2ab-4fc2-ad4c-60b5736c2139/?format=api"
        },
        {
            "id": "327c409f-1806-4628-b69d-a39ded7794ae",
            "gambit_id": "0d91cc0c-16ab-41f3-9337-a10fb8f3eeb1",
            "last_updated": "2022-08-15T14:22:19.731727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sporting Kansas City",
            "reward": "4.09000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ea6a2e2-a2ab-4fc2-ad4c-60b5736c2139/?format=api"
        }
    ]
}