GET /api/bet_types/2f1e5e3c-e429-4e2e-ab67-751d2b76818b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f1e5e3c-e429-4e2e-ab67-751d2b76818b",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb521d62-f787-4c48-bbf0-746269d043eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:02.737956-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c85ba708-f9a7-4e20-a6b1-e6ed59eb6d13",
            "gambit_id": "ac79c649-d7d3-463d-abfb-944cfd2ec4a9",
            "last_updated": "2023-12-01T10:53:10.848199-05:00",
            "created_at": "2023-11-30T10:28:02.745585-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f1e5e3c-e429-4e2e-ab67-751d2b76818b/?format=api"
        },
        {
            "id": "e6e1ba98-ba22-4022-abd7-b272d8ea4a1c",
            "gambit_id": "128afc7c-c029-4be7-9a8e-4bbf1071bcc7",
            "last_updated": "2023-12-01T10:53:10.853751-05:00",
            "created_at": "2023-11-30T10:28:02.751561-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f1e5e3c-e429-4e2e-ab67-751d2b76818b/?format=api"
        }
    ]
}