GET /api/bet_types/e1411aca-c523-4298-9e39-830354c828c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1411aca-c523-4298-9e39-830354c828c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fc252b2-7e06-4529-824f-00a1193b60dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:08.865376-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": "Los Angeles Chargers",
                "amount": 5944.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "e60e39cc-994a-4703-a340-91071a379e1d",
            "gambit_id": "22fa3a80-8af8-4a51-aea5-5d730dbee3ce",
            "last_updated": "2023-11-20T19:42:59.928873-05:00",
            "created_at": "2023-11-16T09:28:08.869106-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1411aca-c523-4298-9e39-830354c828c2/?format=api"
        },
        {
            "id": "bac86665-30c1-4ff0-a015-2d6afd463c47",
            "gambit_id": "df566ec4-1dc3-4b6c-9202-4c1a831baf70",
            "last_updated": "2023-11-20T19:42:59.932021-05:00",
            "created_at": "2023-11-16T09:28:08.874807-05:00",
            "name": "Green Bay Packers",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1411aca-c523-4298-9e39-830354c828c2/?format=api"
        }
    ]
}