GET /api/bet_types/56b5591f-5cba-4a88-a82f-0f40fbf44228/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56b5591f-5cba-4a88-a82f-0f40fbf44228",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b6736eb-5467-4bb1-ac88-4a3f1342da9b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-12T10:17:05.784395-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": "Ottawa Senators",
                "amount": 5939.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "d48f5e6f-f8fe-46fd-a99f-d0bffa33e3c5",
            "gambit_id": "405177ef-f972-414a-b7ca-d73919700668",
            "last_updated": "2023-03-13T19:12:11.081374-04:00",
            "created_at": "2023-03-12T10:17:05.787893-04:00",
            "name": "Ottawa Senators",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56b5591f-5cba-4a88-a82f-0f40fbf44228/?format=api"
        },
        {
            "id": "8279e183-1754-44e0-bbbf-7a92c3c69d73",
            "gambit_id": "ba673407-7644-48a8-84a3-ce1be362def3",
            "last_updated": "2023-03-13T19:12:11.078284-04:00",
            "created_at": "2023-03-12T10:17:05.785877-04:00",
            "name": "Calgary Flames",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56b5591f-5cba-4a88-a82f-0f40fbf44228/?format=api"
        }
    ]
}