GET /api/bet_types/981c0e54-14b5-4791-b0c0-306d26004259/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "981c0e54-14b5-4791-b0c0-306d26004259",
    "match": "https://api-prod.gambitprofit.com/api/matches/e892b6fa-1149-4beb-b800-51c7cd7d9816/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:09.670407-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": 6870.0
            },
            {
                "team": "Draw",
                "amount": 3130.0
            }
        ],
        "expected_reward_tokens": 11610.3,
        "profit_sb": 2110.3,
        "profit_sb_percentage": 22.21,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 5441.0
            },
            {
                "team": "Draw",
                "amount": 2479.0
            },
            {
                "team": "Chelsea",
                "amount": 2080.0
            }
        ],
        "expected_reward_tokens": 9193.6,
        "profit_sb": -306.4,
        "profit_sb_percentage": -3.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c554f62-f2d5-4e76-9c7a-c4a824626bbe",
            "gambit_id": "709562d2-ccaa-4513-8a8c-80ea6a7c9c97",
            "last_updated": "2023-11-14T09:53:13.885253-05:00",
            "created_at": "2023-11-11T08:53:09.683166-05:00",
            "name": "Manchester City",
            "reward": "1.69000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/981c0e54-14b5-4791-b0c0-306d26004259/?format=api"
        },
        {
            "id": "f62afd30-cd5b-40d2-93ea-3767534ffe44",
            "gambit_id": "175fadca-713c-4afd-8e07-b88bd5947895",
            "last_updated": "2023-11-14T09:53:13.878180-05:00",
            "created_at": "2023-11-11T08:53:09.674786-05:00",
            "name": "Draw",
            "reward": "3.71000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/981c0e54-14b5-4791-b0c0-306d26004259/?format=api"
        },
        {
            "id": "dc14452c-8d87-4fe3-ad7e-a9b128b1bdb8",
            "gambit_id": "42092678-a635-4e4c-8893-330e9c7bda4a",
            "last_updated": "2023-11-14T09:53:13.881829-05:00",
            "created_at": "2023-11-11T08:53:09.679291-05:00",
            "name": "Chelsea",
            "reward": "4.42000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/981c0e54-14b5-4791-b0c0-306d26004259/?format=api"
        }
    ]
}