GET /api/bet_types/57b5348c-ad92-46d6-b649-ecc4894a9ff2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57b5348c-ad92-46d6-b649-ecc4894a9ff2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e09d8f84-220d-49ec-9118-00592a19fae5/?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": "MIL (B Woodruff)",
                "amount": 6975.0
            },
            {
                "team": "PIT (Z Thompson)",
                "amount": 3025.0
            }
        ],
        "expected_reward_tokens": 9346.5,
        "profit_sb": 346.5,
        "profit_sb_percentage": 3.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "d6a51298-4b32-460e-b947-87639d925ea8",
            "gambit_id": "d6e1c9b3-2f7d-45d1-a943-1530b4bd5594",
            "last_updated": "2022-08-05T10:11:53.494706-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (B Woodruff)",
            "reward": "1.34000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57b5348c-ad92-46d6-b649-ecc4894a9ff2/?format=api"
        },
        {
            "id": "6ae51d63-7110-46ba-86c0-954a3367c42d",
            "gambit_id": "0946bfe3-9891-4ec3-89d5-e17f5a69ca33",
            "last_updated": "2022-08-05T10:11:53.494297-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (Z Thompson)",
            "reward": "3.09000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57b5348c-ad92-46d6-b649-ecc4894a9ff2/?format=api"
        }
    ]
}