GET /api/bet_types/905760cc-3ca5-466c-89a1-99b4c60096ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "905760cc-3ca5-466c-89a1-99b4c60096ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/45551883-f2eb-48e8-bd4c-e0defcf7e31f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-26T10:36:58.166643-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": "Winnipeg Jets",
                "amount": 5610.0
            },
            {
                "team": "New York Islanders",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ba197f8-cd85-45ae-a8ba-2569db1112bb",
            "gambit_id": "f17eaf98-6103-4b59-85ea-04a4709e3f85",
            "last_updated": "2023-02-28T12:37:07.323916-05:00",
            "created_at": "2023-02-26T10:36:58.167853-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905760cc-3ca5-466c-89a1-99b4c60096ca/?format=api"
        },
        {
            "id": "f919a8e5-170d-48fe-8564-8d8a0380b63d",
            "gambit_id": "f4b154e9-3c68-4a99-be99-6881370b08d6",
            "last_updated": "2023-02-28T12:37:07.325090-05:00",
            "created_at": "2023-02-26T10:36:58.169117-05:00",
            "name": "New York Islanders",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905760cc-3ca5-466c-89a1-99b4c60096ca/?format=api"
        }
    ]
}