GET /api/bet_types/38d4d74c-d253-476c-82b7-d8ee97bb18ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38d4d74c-d253-476c-82b7-d8ee97bb18ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/76891609-8e47-45b9-8c57-9e31b29ce5d1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-03T08:53:18.897051-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": "Nashville Predators",
                "amount": 5213.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ac81f85-47de-40a4-9d07-0cd2d6f690f4",
            "gambit_id": "c89a8b3f-952d-48b3-ba0d-5dbe09cbde19",
            "last_updated": "2023-12-05T09:58:14.960587-05:00",
            "created_at": "2023-12-03T08:53:18.902001-05:00",
            "name": "Nashville Predators",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38d4d74c-d253-476c-82b7-d8ee97bb18ac/?format=api"
        },
        {
            "id": "83e3543e-959d-4b75-b612-8c2788f0fe90",
            "gambit_id": "4e49378e-ee0f-4209-bb63-8b57341e41a1",
            "last_updated": "2023-12-05T09:58:14.964485-05:00",
            "created_at": "2023-12-03T08:53:18.907320-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38d4d74c-d253-476c-82b7-d8ee97bb18ac/?format=api"
        }
    ]
}