GET /api/bet_types/c885dc57-1f33-4577-ae3e-c92080b868a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c885dc57-1f33-4577-ae3e-c92080b868a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a771cbbc-26be-4906-92d4-a9c455282ae4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T09:22:06.845780-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": "Edmonton Oilers",
                "amount": 5211.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "62c279ba-354f-45c9-abb6-f85e1a331184",
            "gambit_id": "7647eeb6-c436-4c01-a92a-46185ad02396",
            "last_updated": "2023-01-20T10:01:57.274087-05:00",
            "created_at": "2023-01-19T09:22:06.846908-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c885dc57-1f33-4577-ae3e-c92080b868a7/?format=api"
        },
        {
            "id": "7fa2579c-e58f-4108-90c3-1511f9f9cec7",
            "gambit_id": "643cc2c4-d5c5-4c52-8ed7-b987c50ddc97",
            "last_updated": "2023-01-20T10:01:57.275218-05:00",
            "created_at": "2023-01-19T09:22:06.848125-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c885dc57-1f33-4577-ae3e-c92080b868a7/?format=api"
        }
    ]
}