GET /api/bet_types/9a4da490-93ac-4487-af15-2806ddb188a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a4da490-93ac-4487-af15-2806ddb188a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/84bb5bea-af2f-4bff-a135-717783028ab7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T10:06:48.645336-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": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "923f3493-a236-41d0-b411-43da645c3b17",
            "gambit_id": "e80ceaec-f237-423f-be2d-8ebbd82754ca",
            "last_updated": "2023-01-12T11:37:13.856505-05:00",
            "created_at": "2023-01-11T10:06:48.646470-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a4da490-93ac-4487-af15-2806ddb188a4/?format=api"
        },
        {
            "id": "cbab01eb-59f9-4490-b903-6cce468cd676",
            "gambit_id": "b213feb1-76cd-444a-8372-2add7fee2746",
            "last_updated": "2023-01-12T11:37:13.857616-05:00",
            "created_at": "2023-01-11T10:06:48.647676-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a4da490-93ac-4487-af15-2806ddb188a4/?format=api"
        }
    ]
}