GET /api/bet_types/934f5aa0-f410-4ab0-ad58-0c114492eca6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "934f5aa0-f410-4ab0-ad58-0c114492eca6",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3a7d6e4-fcb7-4b18-af82-8b114f6f6646/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-13T08:57:57.720141-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": "Utah Jazz",
                "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": "d1942049-ba8d-4b57-bbd3-93bc93477aa9",
            "gambit_id": "555ef58a-4ae3-48f5-8c80-dda3fedfbafb",
            "last_updated": "2023-12-15T10:03:18.472974-05:00",
            "created_at": "2023-12-13T08:57:57.729830-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/934f5aa0-f410-4ab0-ad58-0c114492eca6/?format=api"
        },
        {
            "id": "b55dd138-7c94-4d44-b6c7-f80ce1c603c6",
            "gambit_id": "c2b1f418-854d-4721-9cca-fa81af4adda9",
            "last_updated": "2023-12-15T10:03:18.467611-05:00",
            "created_at": "2023-12-13T08:57:57.723973-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/934f5aa0-f410-4ab0-ad58-0c114492eca6/?format=api"
        }
    ]
}