GET /api/bet_types/dda1089a-9470-4200-a1dc-8bde59f1d82e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dda1089a-9470-4200-a1dc-8bde59f1d82e",
    "match": "https://api-prod.gambitprofit.com/api/matches/917b836d-4096-4470-9b4f-6a4e2a4d9fd8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T09:37:12.070046-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": "Edmonton Oilers",
                "amount": 6547.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbb619b8-caa9-4db9-b78a-fc00249e9b07",
            "gambit_id": "fba59e1e-09f7-4257-8055-aa9cb12ec4d6",
            "last_updated": "2023-03-15T13:57:05.509836-04:00",
            "created_at": "2023-03-14T09:37:12.071566-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda1089a-9470-4200-a1dc-8bde59f1d82e/?format=api"
        },
        {
            "id": "280aca58-8be5-4a90-9ddd-960e2543107f",
            "gambit_id": "fc939f78-6fbe-404f-bf06-10855cf7a910",
            "last_updated": "2023-03-15T13:57:05.510826-04:00",
            "created_at": "2023-03-14T09:37:12.073019-04:00",
            "name": "Ottawa Senators",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda1089a-9470-4200-a1dc-8bde59f1d82e/?format=api"
        }
    ]
}