GET /api/bet_types/b63b562b-35bc-4644-bb50-51e1ae96856d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b63b562b-35bc-4644-bb50-51e1ae96856d",
    "match": "https://api-prod.gambitprofit.com/api/matches/39a491ef-c02f-48db-a3ca-8ef60c5bd627/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:08.325577-04: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": "Washington Wizards",
                "amount": 5094.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "1062553f-8d7a-4423-af99-d29b9580158d",
            "gambit_id": "124ff8c2-46a2-4628-a242-50f4580cda7c",
            "last_updated": "2023-10-30T14:48:10.833547-04:00",
            "created_at": "2023-10-28T09:08:08.335167-04:00",
            "name": "Washington Wizards",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b63b562b-35bc-4644-bb50-51e1ae96856d/?format=api"
        },
        {
            "id": "4c932930-733a-4aec-a9c5-321197efa639",
            "gambit_id": "f473376b-cd4a-4617-b447-78d2c46a8d23",
            "last_updated": "2023-10-30T14:48:10.829119-04:00",
            "created_at": "2023-10-28T09:08:08.331023-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b63b562b-35bc-4644-bb50-51e1ae96856d/?format=api"
        }
    ]
}