GET /api/bet_types/644765f7-99b9-4c71-8710-6e612041f09b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "644765f7-99b9-4c71-8710-6e612041f09b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2738fa80-b490-49a9-9ac8-9dc8a7b51c97/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:17.676009-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": "Pittsburgh Penguins",
                "amount": 6752.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8e0d33b-859b-40b3-8a79-c0e07b7a3ff1",
            "gambit_id": "c358a134-3b52-4fd2-bf70-158ad31cbab6",
            "last_updated": "2023-04-14T12:02:21.452157-04:00",
            "created_at": "2023-04-13T09:32:17.678731-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/644765f7-99b9-4c71-8710-6e612041f09b/?format=api"
        },
        {
            "id": "847515b9-1c12-4e87-bc59-d50bb9a199d0",
            "gambit_id": "b0b1e9ce-0837-410b-b934-444a49b34eea",
            "last_updated": "2023-04-14T12:02:21.450831-04:00",
            "created_at": "2023-04-13T09:32:17.677253-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/644765f7-99b9-4c71-8710-6e612041f09b/?format=api"
        }
    ]
}