GET /api/bet_types/110531db-3dad-447a-8e46-cebed11c7075/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "110531db-3dad-447a-8e46-cebed11c7075",
    "match": "https://api-prod.gambitprofit.com/api/matches/953d1d2e-405b-4946-8291-b768e2233140/?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": "Los Angeles Kings",
                "amount": 6778.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3222.0
            }
        ],
        "expected_reward_tokens": 9150.3,
        "profit_sb": 150.3,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "c307b660-b523-42d1-9727-3b22efaf56df",
            "gambit_id": "0a2878f9-7dbc-45a8-bf35-83329ba86f3a",
            "last_updated": "2022-12-03T10:17:31.363055-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/110531db-3dad-447a-8e46-cebed11c7075/?format=api"
        },
        {
            "id": "19c8a919-320e-4f7b-a43b-18a9f875d671",
            "gambit_id": "81301296-bac7-4d7e-8fde-85b56f223bf7",
            "last_updated": "2022-12-03T10:17:31.364414-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.84000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/110531db-3dad-447a-8e46-cebed11c7075/?format=api"
        }
    ]
}