GET /api/bet_types/de338157-25e7-4dac-9c92-bd6badeea3bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de338157-25e7-4dac-9c92-bd6badeea3bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e448a7a-36f1-4791-b1e7-34a0b49f89cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-09T09:47:56.801177-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": "Ottawa Senators",
                "amount": 6706.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9387.9,
        "profit_sb": -112.1,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "d26d296b-c956-4304-93d7-f44a9eea74c4",
            "gambit_id": "641fb6cf-82bf-47e8-929e-e51ef9c1aa4e",
            "last_updated": "2023-11-12T11:18:19.920139-05:00",
            "created_at": "2023-11-09T09:47:56.810760-05:00",
            "name": "Ottawa Senators",
            "reward": "1.40000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de338157-25e7-4dac-9c92-bd6badeea3bd/?format=api"
        },
        {
            "id": "85c1b99c-4aa6-427e-a95a-106c83bee83d",
            "gambit_id": "1ba30ceb-d0bf-48fc-bf49-b6636b3ac01f",
            "last_updated": "2023-11-12T11:18:19.915504-05:00",
            "created_at": "2023-11-09T09:47:56.806470-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.85000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de338157-25e7-4dac-9c92-bd6badeea3bd/?format=api"
        }
    ]
}