GET /api/bet_types/d8444004-4528-4901-980f-5dc107640956/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8444004-4528-4901-980f-5dc107640956",
    "match": "https://api-prod.gambitprofit.com/api/matches/261dd26a-6c0e-40d4-a566-29fdf8863151/?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": "Oklahoma",
                "amount": 5316.0
            },
            {
                "team": "Iowa State",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "423824c5-8b37-499e-9336-f71284bca4e9",
            "gambit_id": "bd5b9d03-b671-4b05-a142-5eb70ff2d93b",
            "last_updated": "2022-10-31T10:52:25.783546-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8444004-4528-4901-980f-5dc107640956/?format=api"
        },
        {
            "id": "ea62d51b-aa8e-4e12-9479-ce54c5431d98",
            "gambit_id": "3a525a99-ae5d-4bdf-a28d-9515cee82903",
            "last_updated": "2022-10-31T10:52:25.782590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa State",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8444004-4528-4901-980f-5dc107640956/?format=api"
        }
    ]
}