GET /api/bet_types/26369850-698b-4a18-b7fd-2d5f6099f77e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26369850-698b-4a18-b7fd-2d5f6099f77e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbaf2bbb-af9b-4332-8e04-320a8677bd1f/?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": "Baylor",
                "amount": 5605.0
            },
            {
                "team": "Oklahoma State",
                "amount": 4395.0
            }
        ],
        "expected_reward_tokens": 9360.35,
        "profit_sb": -139.65,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "84959c75-7c86-4840-94f5-78ac0f864d6a",
            "gambit_id": "eb87c019-5413-44ba-a1c5-318770465bad",
            "last_updated": "2022-10-03T09:57:13.857042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "1.67000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26369850-698b-4a18-b7fd-2d5f6099f77e/?format=api"
        },
        {
            "id": "c543c94f-6f2c-4acd-93c7-da0d05f11030",
            "gambit_id": "0608576d-713e-41c1-acc6-140b24e249f1",
            "last_updated": "2022-10-03T09:57:13.858013-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "2.13000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26369850-698b-4a18-b7fd-2d5f6099f77e/?format=api"
        }
    ]
}