GET /api/bet_types/33f643a2-bf14-4aea-b562-495c2e01dbfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33f643a2-bf14-4aea-b562-495c2e01dbfb",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdb648f1-f049-47c1-9f58-105379a52c19/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T09:37:12.644026-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": "San Jose Sharks",
                "amount": 5784.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "a20611c2-5276-406b-9d30-a64df76f14d6",
            "gambit_id": "cf1b15ac-7783-4c44-8786-55b3cae7083e",
            "last_updated": "2023-03-15T13:52:00.718749-04:00",
            "created_at": "2023-03-14T09:37:12.645545-04:00",
            "name": "San Jose Sharks",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33f643a2-bf14-4aea-b562-495c2e01dbfb/?format=api"
        },
        {
            "id": "4ddde516-df5c-4f86-9dbf-25467c0d582c",
            "gambit_id": "e38facf0-e7f9-4f88-80ee-a3ed9e441ac5",
            "last_updated": "2023-03-15T13:52:00.719755-04:00",
            "created_at": "2023-03-14T09:37:12.647186-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33f643a2-bf14-4aea-b562-495c2e01dbfb/?format=api"
        }
    ]
}