GET /api/bet_types/02d249ce-e30c-4127-955d-73b4272ad5ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02d249ce-e30c-4127-955d-73b4272ad5ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/25b64520-f761-47c5-a001-f139a17833cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-10T17:47:04.955229-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": 5098.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "65e86323-0d44-4f04-bae1-610b5bfed25b",
            "gambit_id": "d514c232-fe37-48f4-8559-491e0f4b9ad5",
            "last_updated": "2023-01-11T10:46:58.383069-05:00",
            "created_at": "2023-01-10T17:47:04.956432-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02d249ce-e30c-4127-955d-73b4272ad5ff/?format=api"
        },
        {
            "id": "c08c35a4-be79-4b88-83d9-6c6ff5952c79",
            "gambit_id": "5e5c8ee6-5665-4dc0-8734-1e2d2c8251e0",
            "last_updated": "2023-01-11T10:46:58.384208-05:00",
            "created_at": "2023-01-10T17:47:04.957741-05:00",
            "name": "Seattle Kraken",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02d249ce-e30c-4127-955d-73b4272ad5ff/?format=api"
        }
    ]
}