GET /api/bet_types/8d93baba-c860-4347-a371-b35e56f5db95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d93baba-c860-4347-a371-b35e56f5db95",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6d6814e-9c69-4e49-9e9f-42dad5242592/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-11T09:37:59.428709-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": "Buffalo Sabres",
                "amount": 5317.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "6872c50d-d209-400c-8a86-72795a2d8e49",
            "gambit_id": "5c0078d0-a27a-4017-b832-662315d04f3e",
            "last_updated": "2023-12-12T21:58:22.944025-05:00",
            "created_at": "2023-12-11T09:37:59.440610-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d93baba-c860-4347-a371-b35e56f5db95/?format=api"
        },
        {
            "id": "ce82410d-0a9e-4207-bbe7-c021103f7d2f",
            "gambit_id": "f6ee3f74-06e8-49d3-aa23-28e219927378",
            "last_updated": "2023-12-12T21:58:22.940268-05:00",
            "created_at": "2023-12-11T09:37:59.435824-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d93baba-c860-4347-a371-b35e56f5db95/?format=api"
        }
    ]
}