GET /api/bet_types/68d1ab27-07cd-47f0-975e-1da651eed8c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68d1ab27-07cd-47f0-975e-1da651eed8c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/af15ee8e-841d-43d3-b620-cc14455760d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-02T09:42:58.507346-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4e5763e-caea-4314-82d2-0a6aab16fcc4",
            "gambit_id": "9bfbf72d-9ae5-4f9d-aa46-a1f5ae68b612",
            "last_updated": "2024-01-03T20:22:57.284103-05:00",
            "created_at": "2024-01-02T09:42:58.511744-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68d1ab27-07cd-47f0-975e-1da651eed8c3/?format=api"
        },
        {
            "id": "02a34530-0a0b-450f-96ef-6b27c404400e",
            "gambit_id": "f8716be7-62d2-40d1-99e0-6046a392c9f2",
            "last_updated": "2024-01-03T20:22:57.287716-05:00",
            "created_at": "2024-01-02T09:42:58.516243-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68d1ab27-07cd-47f0-975e-1da651eed8c3/?format=api"
        }
    ]
}