GET /api/bet_types/60d6de91-0ddd-48d0-9c59-8096dc39aa96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60d6de91-0ddd-48d0-9c59-8096dc39aa96",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc59cb32-3f70-46a6-8683-7a8d7eeb3444/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:18.805988-04: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": 7197.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 9500.04,
        "profit_sb": 0.04,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5359f345-6cd0-4880-b6f2-0a5dcb8385bb",
            "gambit_id": "030ef994-1f8c-4d57-90ff-24009503c7bb",
            "last_updated": "2023-04-14T12:02:22.853667-04:00",
            "created_at": "2023-04-13T09:32:18.808985-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60d6de91-0ddd-48d0-9c59-8096dc39aa96/?format=api"
        },
        {
            "id": "05db8cc3-d2b1-4b00-aee9-26819aa94adf",
            "gambit_id": "2621ee26-c72a-4b3d-a491-b8c4f5ef7041",
            "last_updated": "2023-04-14T12:02:22.852245-04:00",
            "created_at": "2023-04-13T09:32:18.807463-04:00",
            "name": "Winnipeg Jets",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60d6de91-0ddd-48d0-9c59-8096dc39aa96/?format=api"
        }
    ]
}