GET /api/bet_types/7db34903-d208-45df-8f03-681ba01c9adb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7db34903-d208-45df-8f03-681ba01c9adb",
    "match": "https://api-prod.gambitprofit.com/api/matches/42a5b194-05d3-4184-80e1-8c4f9a196d2d/?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": "Winnipeg Jets",
                "amount": 5899.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "3458512b-9c94-4e78-b121-2972174f44bf",
            "gambit_id": "2b1f4337-b12d-4c09-9e20-dec750322c5c",
            "last_updated": "2022-12-17T19:47:22.225827-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db34903-d208-45df-8f03-681ba01c9adb/?format=api"
        },
        {
            "id": "5b344d6f-b48b-4da8-bb16-6e9e8f66aece",
            "gambit_id": "c4b1c06e-db7e-46ee-a190-73da14d3b3f8",
            "last_updated": "2022-12-17T19:47:22.226865-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db34903-d208-45df-8f03-681ba01c9adb/?format=api"
        }
    ]
}