GET /api/bet_types/496d79cb-f8e0-4754-af11-95410c0634ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "496d79cb-f8e0-4754-af11-95410c0634ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/b041dccf-d6f6-4011-9909-e70ef1686e32/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T09:22:05.662161-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 Rangers",
                "amount": 5000.0
            },
            {
                "team": "Boston Bruins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed8975bd-6f07-4c4d-a8f0-46e9463e0a00",
            "gambit_id": "e7f42908-2e96-4320-960f-3e12d07501fe",
            "last_updated": "2023-01-20T10:06:58.366003-05:00",
            "created_at": "2023-01-19T09:22:05.663441-05:00",
            "name": "New York Rangers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/496d79cb-f8e0-4754-af11-95410c0634ed/?format=api"
        },
        {
            "id": "1ecf5f37-501e-466c-bcec-dc189cc77044",
            "gambit_id": "06c80380-ac05-49e2-b215-8df3c295df7a",
            "last_updated": "2023-01-20T10:06:58.367089-05:00",
            "created_at": "2023-01-19T09:22:05.664737-05:00",
            "name": "Boston Bruins",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/496d79cb-f8e0-4754-af11-95410c0634ed/?format=api"
        }
    ]
}