GET /api/bet_types/bff2b696-9802-4982-a14e-8fb26655951c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bff2b696-9802-4982-a14e-8fb26655951c",
    "match": "https://api-prod.gambitprofit.com/api/matches/73200a02-f6bd-44fa-960a-7c0c18a902c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T13:03:06.294930-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": "Kansas City Chiefs",
                "amount": 7197.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 9500.04,
        "profit_sb": 0.04,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ee8dca9-a173-4998-a985-1e3c1369afe0",
            "gambit_id": "1bc5babf-dd03-4227-b827-a597f1a43309",
            "last_updated": "2023-08-21T19:58:16.720665-04:00",
            "created_at": "2023-08-17T13:03:06.298589-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bff2b696-9802-4982-a14e-8fb26655951c/?format=api"
        },
        {
            "id": "b3615d97-40fa-4627-92e7-10c90cea977e",
            "gambit_id": "a8ba180d-c2ec-4e8d-89cd-dfae436d4186",
            "last_updated": "2023-08-21T19:58:16.723981-04:00",
            "created_at": "2023-08-17T13:03:06.302409-04:00",
            "name": "Arizona Cardinals",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bff2b696-9802-4982-a14e-8fb26655951c/?format=api"
        }
    ]
}