GET /api/bet_types/eb87890a-8e30-478e-8a11-50ad77d89bf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb87890a-8e30-478e-8a11-50ad77d89bf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ff17677-7f51-4dfd-9988-af8fb57b9074/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:20.651588-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 7357.0
            },
            {
                "team": "Draw",
                "amount": 2643.0
            }
        ],
        "expected_reward_tokens": 10519.14,
        "profit_sb": 1019.14,
        "profit_sb_percentage": 10.73,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 6423.0
            },
            {
                "team": "Draw",
                "amount": 2308.0
            },
            {
                "team": "Everton",
                "amount": 1269.0
            }
        ],
        "expected_reward_tokens": 9184.89,
        "profit_sb": -315.11,
        "profit_sb_percentage": -3.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "48bc165a-3318-43dd-9da1-98f6f54ca1f0",
            "gambit_id": "077449c4-22e4-43cf-b909-e821ebd6b4e2",
            "last_updated": "2023-03-20T10:01:57.021726-04:00",
            "created_at": "2023-03-16T17:37:20.655764-04:00",
            "name": "Chelsea",
            "reward": "1.43000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb87890a-8e30-478e-8a11-50ad77d89bf0/?format=api"
        },
        {
            "id": "ee7d33a4-b126-485f-885e-fb0656be0c88",
            "gambit_id": "60890578-7d4b-40b7-a898-ea0c529ed289",
            "last_updated": "2023-03-20T10:01:57.023999-04:00",
            "created_at": "2023-03-16T17:37:20.657729-04:00",
            "name": "Draw",
            "reward": "3.98000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb87890a-8e30-478e-8a11-50ad77d89bf0/?format=api"
        },
        {
            "id": "43509ad5-3091-463f-b1f8-26a8ece0be6e",
            "gambit_id": "e6e8b106-5172-4355-8528-cc46fdf17a4d",
            "last_updated": "2023-03-20T10:01:57.019467-04:00",
            "created_at": "2023-03-16T17:37:20.653470-04:00",
            "name": "Everton",
            "reward": "7.24000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb87890a-8e30-478e-8a11-50ad77d89bf0/?format=api"
        }
    ]
}