GET /api/bet_types/b8ef07c7-694c-418b-94a8-695497144fa7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8ef07c7-694c-418b-94a8-695497144fa7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ddfc6ac-2f6d-4b01-88c9-21c68a3b7e39/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:12.356026-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": "Pittsburgh Penguins",
                "amount": 6554.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd1c040a-cdcb-43db-adce-0754e8ea464b",
            "gambit_id": "519960b1-6fff-40a4-a3c9-cabfd353d28f",
            "last_updated": "2024-01-29T21:53:07.849352-05:00",
            "created_at": "2024-01-27T09:18:12.364126-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8ef07c7-694c-418b-94a8-695497144fa7/?format=api"
        },
        {
            "id": "c68307c0-22f3-40b4-9456-47801bdcc265",
            "gambit_id": "908583bd-9e65-4cdb-8d00-677fca386d4e",
            "last_updated": "2024-01-29T21:53:07.845686-05:00",
            "created_at": "2024-01-27T09:18:12.359720-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8ef07c7-694c-418b-94a8-695497144fa7/?format=api"
        }
    ]
}