GET /api/bet_types/9011024f-6ee9-4485-95fa-6eda0931f1cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9011024f-6ee9-4485-95fa-6eda0931f1cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e7bc6eb-d0e0-4d1c-a2e6-695206b89417/?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": "New York Islanders",
                "amount": 7029.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2971.0
            }
        ],
        "expected_reward_tokens": 9207.99,
        "profit_sb": 207.99,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "6513a98f-44f5-4ba1-a6da-24418726ee30",
            "gambit_id": "fd26bef4-704f-4534-9218-9ce823974d94",
            "last_updated": "2022-12-05T15:52:12.904650-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9011024f-6ee9-4485-95fa-6eda0931f1cb/?format=api"
        },
        {
            "id": "1ce65567-113d-41ad-84bd-11ff693d9339",
            "gambit_id": "ce4a5ad7-6bc2-4576-8b41-ad97ce75b6fe",
            "last_updated": "2022-12-05T15:52:12.905822-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.10000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9011024f-6ee9-4485-95fa-6eda0931f1cb/?format=api"
        }
    ]
}