GET /api/bet_types/bc388afc-dc05-491e-8f43-c874f4e7b3d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc388afc-dc05-491e-8f43-c874f4e7b3d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7b64a17-396a-42b7-8cf5-971f52345cfe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:04.149230-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": "New Orleans Pelicans",
                "amount": 6222.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "fee634d7-c2fb-4c67-bf46-faaf27341b8c",
            "gambit_id": "ccaf8c1c-1d9f-43b8-95fe-b95e913b1a22",
            "last_updated": "2023-11-03T11:58:27.854273-04:00",
            "created_at": "2023-11-02T09:03:04.159113-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc388afc-dc05-491e-8f43-c874f4e7b3d5/?format=api"
        },
        {
            "id": "67efe864-8094-4f4d-8248-a894a4e6e09b",
            "gambit_id": "57e6b441-6790-4233-abd4-c936e205bc72",
            "last_updated": "2023-11-03T11:58:27.850792-04:00",
            "created_at": "2023-11-02T09:03:04.154607-04:00",
            "name": "Detroit Pistons",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc388afc-dc05-491e-8f43-c874f4e7b3d5/?format=api"
        }
    ]
}