GET /api/bet_types/50cb8b51-d3cf-43b5-857f-8c06c1e41960/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50cb8b51-d3cf-43b5-857f-8c06c1e41960",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e7fcab0-1481-4327-9328-8d74fce7861f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-13T09:17:58.843339-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": "Boston Celtics",
                "amount": 7709.0
            },
            {
                "team": "New York Knicks",
                "amount": 2291.0
            }
        ],
        "expected_reward_tokens": 9482.07,
        "profit_sb": -17.93,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "674572bf-6f96-4e2c-b32f-31d4e1088aaa",
            "gambit_id": "0ea39b9d-eb3d-484d-a49e-11163d9f46e5",
            "last_updated": "2023-11-14T10:13:17.974570-05:00",
            "created_at": "2023-11-13T09:17:58.852953-05:00",
            "name": "Boston Celtics",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50cb8b51-d3cf-43b5-857f-8c06c1e41960/?format=api"
        },
        {
            "id": "df467145-45fe-472e-aaab-1a7e4d58a680",
            "gambit_id": "b72054ad-03e5-489d-91c2-683341acc521",
            "last_updated": "2023-11-14T10:13:17.969013-05:00",
            "created_at": "2023-11-13T09:17:58.848327-05:00",
            "name": "New York Knicks",
            "reward": "4.14000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50cb8b51-d3cf-43b5-857f-8c06c1e41960/?format=api"
        }
    ]
}