GET /api/bet_types/3d96722a-2751-4fcf-a37e-8cfef787ea55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d96722a-2751-4fcf-a37e-8cfef787ea55",
    "match": "https://api-prod.gambitprofit.com/api/matches/b65f6946-ca11-4459-b8e0-e565f3e61ef5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Cincinnati Bengals",
                "amount": 7211.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 2789.0
            }
        ],
        "expected_reward_tokens": 9230.08,
        "profit_sb": 230.08,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "5720cd1d-56d5-4703-8d41-34f33c25be48",
            "gambit_id": "9078b36e-70a6-46e7-aee4-2b2bc97b550a",
            "last_updated": "2022-09-12T10:17:27.825615-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.28000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d96722a-2751-4fcf-a37e-8cfef787ea55/?format=api"
        },
        {
            "id": "02bc0d86-79ce-45c3-8a7c-dc9b2cf692a2",
            "gambit_id": "6f770e73-aa73-4b08-868a-db85671b0c3e",
            "last_updated": "2022-09-12T10:17:27.826680-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "3.31000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d96722a-2751-4fcf-a37e-8cfef787ea55/?format=api"
        }
    ]
}