GET /api/bet_types/07abdd32-b9b1-4005-b81e-a85c71193de3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07abdd32-b9b1-4005-b81e-a85c71193de3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3256ee05-3066-4672-9aa1-2eee94b3522e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T10:33:22.025294-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 5981.0
            },
            {
                "team": "Draw",
                "amount": 4019.0
            }
        ],
        "expected_reward_tokens": 12859.15,
        "profit_sb": 3359.15,
        "profit_sb_percentage": 35.36,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 4282.0
            },
            {
                "team": "Draw",
                "amount": 2877.0
            },
            {
                "team": "Wolverhampton Wanderers",
                "amount": 2841.0
            }
        ],
        "expected_reward_tokens": 9204.84,
        "profit_sb": -295.16,
        "profit_sb_percentage": -3.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d9b5bd8-9203-47f0-a589-3509925d18cb",
            "gambit_id": "d9277e68-54b9-4c0b-bc2f-b01d11ce1413",
            "last_updated": "2023-12-30T16:33:09.937139-05:00",
            "created_at": "2023-12-27T10:33:22.036570-05:00",
            "name": "Brentford",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07abdd32-b9b1-4005-b81e-a85c71193de3/?format=api"
        },
        {
            "id": "30dabdf9-6fcd-4b3a-add6-dd67ade631ac",
            "gambit_id": "961ab8e3-4848-4a40-9f79-34aa20e303bd",
            "last_updated": "2023-12-30T16:33:09.933681-05:00",
            "created_at": "2023-12-27T10:33:22.032396-05:00",
            "name": "Draw",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07abdd32-b9b1-4005-b81e-a85c71193de3/?format=api"
        },
        {
            "id": "0ec8d4ef-a1e2-4878-a9f7-b3d0c949eed3",
            "gambit_id": "98d44c7f-3e45-4e12-ac54-286d2325eb9e",
            "last_updated": "2023-12-30T16:33:09.941921-05:00",
            "created_at": "2023-12-27T10:33:22.040883-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "3.24000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07abdd32-b9b1-4005-b81e-a85c71193de3/?format=api"
        }
    ]
}