GET /api/bet_types/0e8b5b14-6a97-402e-ae78-a701dac60b33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e8b5b14-6a97-402e-ae78-a701dac60b33",
    "match": "https://api-prod.gambitprofit.com/api/matches/973b56f8-3816-439a-b23e-805eee14850c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-18T09:38:26.160025-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": "Dallas Stars",
                "amount": 5423.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f80debb6-9598-4e83-8183-63abe2baa12d",
            "gambit_id": "778f59bd-a0a3-457d-aa56-41ce67a2007d",
            "last_updated": "2023-11-20T14:53:33.574904-05:00",
            "created_at": "2023-11-18T09:38:26.185485-05:00",
            "name": "Dallas Stars",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e8b5b14-6a97-402e-ae78-a701dac60b33/?format=api"
        },
        {
            "id": "d5ea54d3-3ae3-4222-a154-0ae69def6347",
            "gambit_id": "ee97bae0-2634-446c-acbd-e48cbeb9646a",
            "last_updated": "2023-11-20T14:53:33.570128-05:00",
            "created_at": "2023-11-18T09:38:26.178589-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e8b5b14-6a97-402e-ae78-a701dac60b33/?format=api"
        }
    ]
}