GET /api/bet_types/4c1cdb52-65b9-4091-8fd9-3a70c483dc06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c1cdb52-65b9-4091-8fd9-3a70c483dc06",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d871db8-7789-4d02-8723-87f24bb2f83c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:06.081531-04: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": "Toronto Maple Leafs",
                "amount": 6546.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "41e2fcda-0b22-4cb3-bdd0-f21b4375b1a8",
            "gambit_id": "9d30b146-997e-449e-8dbb-3f8fbc607dd9",
            "last_updated": "2023-11-06T09:23:29.453378-05:00",
            "created_at": "2023-11-04T09:48:06.090479-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c1cdb52-65b9-4091-8fd9-3a70c483dc06/?format=api"
        },
        {
            "id": "04aae805-f00d-466c-97c7-5e056c6bfd3c",
            "gambit_id": "970c75d0-5bdf-4a65-9499-87a741aeb11a",
            "last_updated": "2023-11-06T09:23:29.449935-05:00",
            "created_at": "2023-11-04T09:48:06.086139-04:00",
            "name": "Buffalo Sabres",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c1cdb52-65b9-4091-8fd9-3a70c483dc06/?format=api"
        }
    ]
}