GET /api/bet_types/937fb291-4a09-45b3-807c-befde98753c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "937fb291-4a09-45b3-807c-befde98753c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cc056ba-7598-428f-8a59-76b8c0fa29f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-07T09:03:24.895308-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": "Winnipeg Jets",
                "amount": 5773.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "534b9db0-8d19-4138-b901-dd2855c08241",
            "gambit_id": "facb8c8b-b54e-4f9f-998c-eb32356b9ebd",
            "last_updated": "2024-01-09T10:48:23.009887-05:00",
            "created_at": "2024-01-07T09:03:24.899365-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/937fb291-4a09-45b3-807c-befde98753c0/?format=api"
        },
        {
            "id": "d598d13b-81d4-4cbe-95c1-b438e237685e",
            "gambit_id": "e8130692-29e0-4f1b-8caf-cf9ffed1444e",
            "last_updated": "2024-01-09T10:48:23.013370-05:00",
            "created_at": "2024-01-07T09:03:24.903980-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/937fb291-4a09-45b3-807c-befde98753c0/?format=api"
        }
    ]
}