GET /api/bet_types/447c0cbd-dd52-4984-9a87-625af4e74c3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "447c0cbd-dd52-4984-9a87-625af4e74c3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/67fe5862-2bc4-4133-95c7-a5ab0eab8eec/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:38:09.164170-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f51d930-d5bf-42cc-9ffe-8fc0399bef04",
            "gambit_id": "b50de964-f595-48a2-89a5-21ec57c17329",
            "last_updated": "2024-01-11T11:28:07.443869-05:00",
            "created_at": "2024-01-10T09:38:09.168199-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/447c0cbd-dd52-4984-9a87-625af4e74c3b/?format=api"
        },
        {
            "id": "e98dc056-d248-49db-b7e3-3a5d03de738a",
            "gambit_id": "4ca28a78-4e59-401b-8421-539c08d32384",
            "last_updated": "2024-01-11T11:28:07.447404-05:00",
            "created_at": "2024-01-10T09:38:09.172678-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/447c0cbd-dd52-4984-9a87-625af4e74c3b/?format=api"
        }
    ]
}