GET /api/bet_types/8968e051-a82e-4092-b8cd-a019fade1ae5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8968e051-a82e-4092-b8cd-a019fade1ae5",
    "match": "https://api-prod.gambitprofit.com/api/matches/381d7fd1-b71e-4360-b3bc-c8ae925c1f7d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:55.927426-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a0aee02-cacf-419f-8d63-df006eea4e8f",
            "gambit_id": "0945c755-f61d-4a18-a3fb-c12c4bbb0f2f",
            "last_updated": "2023-11-14T09:23:06.702507-05:00",
            "created_at": "2023-11-12T09:32:55.931471-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8968e051-a82e-4092-b8cd-a019fade1ae5/?format=api"
        },
        {
            "id": "18088c75-cc2d-4dba-bd5b-6f01a4e0b010",
            "gambit_id": "c6e33584-d8b2-4d64-9218-40de18e6c4f1",
            "last_updated": "2023-11-14T09:23:06.705853-05:00",
            "created_at": "2023-11-12T09:32:55.936325-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8968e051-a82e-4092-b8cd-a019fade1ae5/?format=api"
        }
    ]
}