GET /api/bet_types/b356c64c-7cbf-43d8-aecc-fac0d811899e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b356c64c-7cbf-43d8-aecc-fac0d811899e",
    "match": "https://api-prod.gambitprofit.com/api/matches/25ddcc88-051e-499d-b974-5981ed6e3d33/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-18T14:22:08.995525-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": "Carlos Trinidad-Snake",
                "amount": 6017.0
            },
            {
                "team": "Elvin Brito",
                "amount": 3983.0
            }
        ],
        "expected_reward_tokens": 8483.79,
        "profit_sb": -1016.21,
        "profit_sb_percentage": -10.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "586fc5b5-32d1-43aa-b809-f9a17a1949b8",
            "gambit_id": "2e7ddba6-1bd6-4563-abd6-75a76e09b171",
            "last_updated": "2023-05-20T15:42:14.371446-04:00",
            "created_at": "2023-05-18T14:22:08.999266-04:00",
            "name": "Carlos Trinidad-Snake",
            "reward": "1.41000",
            "odds": "1.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b356c64c-7cbf-43d8-aecc-fac0d811899e/?format=api"
        },
        {
            "id": "20457b92-ca03-4705-bd25-4a7aabc6a066",
            "gambit_id": "f38e2d96-956b-4ffd-809d-46bcd1a23459",
            "last_updated": "2023-05-20T15:42:14.369515-04:00",
            "created_at": "2023-05-18T14:22:08.997511-04:00",
            "name": "Elvin Brito",
            "reward": "2.13000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b356c64c-7cbf-43d8-aecc-fac0d811899e/?format=api"
        }
    ]
}