GET /api/bet_types/0c1ef2cb-3d4b-4bed-8244-9e7967cb5ebc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c1ef2cb-3d4b-4bed-8244-9e7967cb5ebc",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d4906a9-f2df-4a25-ae82-27eb960ae276/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:11.354754-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": "Edmonton Oilers",
                "amount": 6554.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "97dc4627-ef67-43e4-9f31-53d4eb35d97d",
            "gambit_id": "c35d0d60-c5eb-4535-be95-a10ade9d5c8b",
            "last_updated": "2024-01-29T21:58:08.335685-05:00",
            "created_at": "2024-01-27T09:18:11.364472-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c1ef2cb-3d4b-4bed-8244-9e7967cb5ebc/?format=api"
        },
        {
            "id": "43414ec3-df72-43dd-84d5-89c301996d76",
            "gambit_id": "18c9fd78-3fcc-44e1-bf7d-2d3a90b7ac6f",
            "last_updated": "2024-01-29T21:58:08.331645-05:00",
            "created_at": "2024-01-27T09:18:11.359726-05:00",
            "name": "Nashville Predators",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c1ef2cb-3d4b-4bed-8244-9e7967cb5ebc/?format=api"
        }
    ]
}