GET /api/bet_types/f552d5a6-c11b-4b06-ae9b-188a1dd45260/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f552d5a6-c11b-4b06-ae9b-188a1dd45260",
    "match": "https://api-prod.gambitprofit.com/api/matches/bffd386b-b108-4c02-93b7-1433eda83403/?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": "Colorado Avalanche",
                "amount": 6642.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3358.0
            }
        ],
        "expected_reward_tokens": 9099.54,
        "profit_sb": 99.54,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "e120fafd-0059-4866-a565-5760263fd1ab",
            "gambit_id": "679e35e6-0d0a-4a7a-9aea-33cfbadd9419",
            "last_updated": "2022-12-14T10:12:16.809400-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f552d5a6-c11b-4b06-ae9b-188a1dd45260/?format=api"
        },
        {
            "id": "d653add0-9b7d-4596-8643-3e6a6b6af4bd",
            "gambit_id": "700b2586-0799-46d4-9868-cbc5f5c4984c",
            "last_updated": "2022-12-14T10:12:16.810536-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f552d5a6-c11b-4b06-ae9b-188a1dd45260/?format=api"
        }
    ]
}