GET /api/bet_types/e6ce556e-60cd-45b0-bcf9-a95d1a41d2eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6ce556e-60cd-45b0-bcf9-a95d1a41d2eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/911fe0d2-1135-4bd5-9de8-ed6896fde391/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T11:13:04.391638-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 York Jets",
                "amount": 5939.0
            },
            {
                "team": "Washington Commanders",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "33aee4b5-5441-4ba5-8903-0d23ce40c8ca",
            "gambit_id": "e9a0e59e-f766-440f-9f69-515a80fa9178",
            "last_updated": "2023-12-26T20:13:06.777865-05:00",
            "created_at": "2023-12-20T11:13:04.399325-05:00",
            "name": "New York Jets",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6ce556e-60cd-45b0-bcf9-a95d1a41d2eb/?format=api"
        },
        {
            "id": "31495f98-b1b9-4a97-858b-288826a20ff0",
            "gambit_id": "63cbe334-2ca7-4eff-b1cd-6a9cca386426",
            "last_updated": "2023-12-26T20:13:06.774068-05:00",
            "created_at": "2023-12-20T11:13:04.395473-05:00",
            "name": "Washington Commanders",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6ce556e-60cd-45b0-bcf9-a95d1a41d2eb/?format=api"
        }
    ]
}