GET /api/bet_types/e9e8bb8c-6b64-4bdf-811e-0656ea4b936e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9e8bb8c-6b64-4bdf-811e-0656ea4b936e",
    "match": "https://api-prod.gambitprofit.com/api/matches/84a576a1-c639-4426-9dbd-5694945c52c5/?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": "TOR (K Gausman)",
                "amount": 5755.0
            },
            {
                "team": "CLE (S Bieber)",
                "amount": 4245.0
            }
        ],
        "expected_reward_tokens": 9380.65,
        "profit_sb": 380.65,
        "profit_sb_percentage": 4.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "02a10908-38fd-44f9-82ea-08b0cff0dce6",
            "gambit_id": "b54f6c4b-6a14-49d9-bb8e-cee168d973c7",
            "last_updated": "2022-08-15T14:22:15.014914-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (K Gausman)",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e8bb8c-6b64-4bdf-811e-0656ea4b936e/?format=api"
        },
        {
            "id": "79ff247d-48ad-4ee2-8124-209443a32516",
            "gambit_id": "6b0f0603-8968-46a8-8dd7-5203d9fb047f",
            "last_updated": "2022-08-15T14:22:15.015370-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (S Bieber)",
            "reward": "2.21000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e8bb8c-6b64-4bdf-811e-0656ea4b936e/?format=api"
        }
    ]
}