GET /api/bet_types/3b919b8d-615d-4fa0-b9f2-0121a7c20fc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b919b8d-615d-4fa0-b9f2-0121a7c20fc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/18824294-2be1-48fd-9ded-f27abe10e245/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:18:06.085699-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": "New Orleans Saints",
                "amount": 6610.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 3390.0
            }
        ],
        "expected_reward_tokens": 9254.0,
        "profit_sb": -246.0,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "5560eba1-0671-4f96-87fc-c2bdf78cf21e",
            "gambit_id": "394b04a8-6149-48c3-aa5e-ae0a2a2db78c",
            "last_updated": "2023-12-11T19:43:20.082532-05:00",
            "created_at": "2023-12-06T09:18:06.094250-05:00",
            "name": "New Orleans Saints",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b919b8d-615d-4fa0-b9f2-0121a7c20fc5/?format=api"
        },
        {
            "id": "5ed5f06d-e8c2-4fc9-a4ab-d89f80fdccf3",
            "gambit_id": "6fe14aa2-c082-4c72-b425-01d9989c9466",
            "last_updated": "2023-12-11T19:43:20.075401-05:00",
            "created_at": "2023-12-06T09:18:06.089522-05:00",
            "name": "Carolina Panthers",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b919b8d-615d-4fa0-b9f2-0121a7c20fc5/?format=api"
        }
    ]
}