GET /api/bet_types/7398f9d9-54a1-407a-9481-da507f6832fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7398f9d9-54a1-407a-9481-da507f6832fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f844add-4b16-401c-aefd-85755f408411/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-16T09:03:06.579574-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles Clippers",
                "amount": 6611.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "92164fd1-e78b-494e-8d3f-2bedcecac5de",
            "gambit_id": "2ea44d12-1a39-448f-8270-4875b2dfcd82",
            "last_updated": "2024-01-19T11:58:31.666731-05:00",
            "created_at": "2024-01-16T09:03:06.592633-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7398f9d9-54a1-407a-9481-da507f6832fa/?format=api"
        },
        {
            "id": "dd300ee0-5d41-4a1b-8d12-6274cd7f8e7d",
            "gambit_id": "3d0c6066-ee2b-4dfd-adcb-3384f154ad55",
            "last_updated": "2024-01-19T11:58:31.663500-05:00",
            "created_at": "2024-01-16T09:03:06.583769-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7398f9d9-54a1-407a-9481-da507f6832fa/?format=api"
        }
    ]
}