GET /api/bet_types/d6983c3e-3cb8-4484-bb6c-451a70d7cf76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6983c3e-3cb8-4484-bb6c-451a70d7cf76",
    "match": "https://api-prod.gambitprofit.com/api/matches/23c4da88-eb0c-4e86-9207-fe2099d99561/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-19T08:33:00.453126-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": 7490.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2510.0
            }
        ],
        "expected_reward_tokens": 9437.4,
        "profit_sb": -62.6,
        "profit_sb_percentage": -0.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "6504d017-ccdf-4cbb-8d83-0c347c806e1e",
            "gambit_id": "73713fa1-0eb9-4408-90fb-dbd7a98da2b0",
            "last_updated": "2023-10-20T11:23:23.932301-04:00",
            "created_at": "2023-10-19T08:33:00.463138-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.26000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6983c3e-3cb8-4484-bb6c-451a70d7cf76/?format=api"
        },
        {
            "id": "5ac99fa5-4d79-4ae7-a40e-e4959311ee1b",
            "gambit_id": "39037f5c-6c5e-44a2-b2c5-45df9ca720a9",
            "last_updated": "2023-10-20T11:23:23.926856-04:00",
            "created_at": "2023-10-19T08:33:00.458620-04:00",
            "name": "Chicago Blackhawks",
            "reward": "3.76000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6983c3e-3cb8-4484-bb6c-451a70d7cf76/?format=api"
        }
    ]
}