GET /api/bet_types/1e6fdb81-bd71-4583-9f97-a80587d6f1a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e6fdb81-bd71-4583-9f97-a80587d6f1a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/208af0f4-121a-40a1-bba8-4d76d578b29b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-27T11:52:01.641503-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": "New Jersey Devils",
                "amount": 5107.0
            },
            {
                "team": "New York Rangers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "64e60926-bb1b-4874-ab1e-fb4e6d684a23",
            "gambit_id": "c91eb802-97c0-487d-88b4-a5ea661ed8f7",
            "last_updated": "2023-04-28T11:22:24.027886-04:00",
            "created_at": "2023-04-27T11:52:01.643072-04:00",
            "name": "New Jersey Devils",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e6fdb81-bd71-4583-9f97-a80587d6f1a3/?format=api"
        },
        {
            "id": "30f70af8-97c9-4d24-927b-df1940998d8f",
            "gambit_id": "0deb57c2-6d86-4017-9425-d5c8ed9e06bb",
            "last_updated": "2023-04-28T11:22:24.029415-04:00",
            "created_at": "2023-04-27T11:52:01.644463-04:00",
            "name": "New York Rangers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e6fdb81-bd71-4583-9f97-a80587d6f1a3/?format=api"
        }
    ]
}