GET /api/bet_types/4fd72c3d-50d1-41bf-8df1-ce9e8fe1bfda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fd72c3d-50d1-41bf-8df1-ce9e8fe1bfda",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6647ead-264f-4105-9129-ef005fee5eee/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:43:09.934311-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": "Miami Dolphins",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "579801a0-6fba-42e4-8a44-4596b0be5b64",
            "gambit_id": "eb07bc2e-5e28-4b22-9e46-d7d3e787ec9a",
            "last_updated": "2024-01-15T18:23:12.039707-05:00",
            "created_at": "2024-01-10T09:43:09.938348-05:00",
            "name": "Miami Dolphins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fd72c3d-50d1-41bf-8df1-ce9e8fe1bfda/?format=api"
        },
        {
            "id": "49e23554-77c7-4da6-b827-0f8540f6b25b",
            "gambit_id": "8fb29b7a-8e7b-4abf-bbaf-0fde21fe95e5",
            "last_updated": "2024-01-15T18:23:12.042905-05:00",
            "created_at": "2024-01-10T09:43:09.943046-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fd72c3d-50d1-41bf-8df1-ce9e8fe1bfda/?format=api"
        }
    ]
}