GET /api/bet_types/bae19a4c-2226-4fe6-9b9b-9eb06a26b737/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bae19a4c-2226-4fe6-9b9b-9eb06a26b737",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3480795-707a-40fe-b0bb-dbb8aa22b6ff/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Houston Astros",
                "amount": 5995.0
            },
            {
                "team": "Philadelphia Phillies",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9651.95,
        "profit_sb": 151.95,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f689cfe-21cb-4947-a8bd-8e5e7964abdb",
            "gambit_id": "f234e31b-50e1-4b96-9708-34491164c6ba",
            "last_updated": "2022-10-29T10:37:11.562861-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Astros",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae19a4c-2226-4fe6-9b9b-9eb06a26b737/?format=api"
        },
        {
            "id": "4fee7372-77ef-4a2e-8c17-0d7c124cd379",
            "gambit_id": "b652c58f-0a20-48ab-9bda-8fae39ab8622",
            "last_updated": "2022-10-29T10:37:11.564038-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Phillies",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae19a4c-2226-4fe6-9b9b-9eb06a26b737/?format=api"
        }
    ]
}