GET /api/bet_types/c32eb04b-dac2-4cc6-a0c3-f86a6495a66c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c32eb04b-dac2-4cc6-a0c3-f86a6495a66c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b32bc660-fb24-4e53-8b41-f00d6c25e339/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-01T09:23:10.073887-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 5333.0
            },
            {
                "team": "Bournemouth",
                "amount": 4667.0
            }
        ],
        "expected_reward_tokens": 12692.54,
        "profit_sb": 3192.54,
        "profit_sb_percentage": 33.61,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 3849.0
            },
            {
                "team": "Bournemouth",
                "amount": 3367.0
            },
            {
                "team": "Draw",
                "amount": 2784.0
            }
        ],
        "expected_reward_tokens": 9158.24,
        "profit_sb": -341.76,
        "profit_sb_percentage": -3.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "77b4e090-3d3c-4bb3-8d47-ffa1e78735c5",
            "gambit_id": "1f059ba1-8a63-4c1e-9c89-84a2903b9dd2",
            "last_updated": "2024-02-03T10:42:57.751091-05:00",
            "created_at": "2024-02-01T09:23:10.080008-05:00",
            "name": "West Ham United",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c32eb04b-dac2-4cc6-a0c3-f86a6495a66c/?format=api"
        },
        {
            "id": "3f07ffa2-f166-4a07-b844-c7f4bcc4d843",
            "gambit_id": "d0d5680d-bb23-4e7b-aa10-2c3e8df0962d",
            "last_updated": "2024-02-03T10:42:57.758805-05:00",
            "created_at": "2024-02-01T09:23:10.089275-05:00",
            "name": "Bournemouth",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c32eb04b-dac2-4cc6-a0c3-f86a6495a66c/?format=api"
        },
        {
            "id": "079547db-8cae-4aa5-ba88-5960ae33aaa3",
            "gambit_id": "c18bf1cb-5b2e-4118-8c82-7f223171e7a1",
            "last_updated": "2024-02-03T10:42:57.755353-05:00",
            "created_at": "2024-02-01T09:23:10.084392-05:00",
            "name": "Draw",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c32eb04b-dac2-4cc6-a0c3-f86a6495a66c/?format=api"
        }
    ]
}