GET /api/bet_types/df360df5-37a1-419b-9a26-1e8ffca6f760/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df360df5-37a1-419b-9a26-1e8ffca6f760",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dd70c95-7437-42b1-9f44-253b783ac310/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Calgary Flames",
                "amount": 5607.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4393.0
            }
        ],
        "expected_reward_tokens": 9531.9,
        "profit_sb": 31.9,
        "profit_sb_percentage": 0.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "d11d6287-dd7e-4644-bc4b-daca8ed7af18",
            "gambit_id": "56bf7844-645f-40f7-ae88-4d17caa48144",
            "last_updated": "2022-10-14T09:57:04.139934-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df360df5-37a1-419b-9a26-1e8ffca6f760/?format=api"
        },
        {
            "id": "1230ed9a-3012-48b5-a826-b3869e76ff53",
            "gambit_id": "26197fc9-c010-40fc-85b8-ebcf1ba6e7e2",
            "last_updated": "2022-10-14T09:57:04.140911-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.17000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df360df5-37a1-419b-9a26-1e8ffca6f760/?format=api"
        }
    ]
}