GET /api/bet_types/bb14d258-7478-4576-bc29-ccfc3b98679e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb14d258-7478-4576-bc29-ccfc3b98679e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfd5493f-7fb6-4137-a8b1-11ddd97b8d8d/?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": "Fresno State",
                "amount": 7269.0
            },
            {
                "team": "UNLV",
                "amount": 2731.0
            }
        ],
        "expected_reward_tokens": 9230.78,
        "profit_sb": 230.78,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c8fc970-2a56-4734-a175-2bcd67b50b5d",
            "gambit_id": "89b40a17-ea20-4a92-a928-9322bcdee699",
            "last_updated": "2022-11-12T09:13:10.467687-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.27000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb14d258-7478-4576-bc29-ccfc3b98679e/?format=api"
        },
        {
            "id": "e946c9f3-a760-4ee4-b474-732b6367aab9",
            "gambit_id": "1ac0ba4d-4b72-4906-8b79-764b9bd07b41",
            "last_updated": "2022-11-12T09:13:10.466550-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "3.38000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb14d258-7478-4576-bc29-ccfc3b98679e/?format=api"
        }
    ]
}