GET /api/bet_types/9ddc733f-6f5b-4213-9dd5-a3f145694f12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ddc733f-6f5b-4213-9dd5-a3f145694f12",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea571a18-ad48-4922-aad6-ae879d39a686/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-21T10:17:16.442942-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": "HOU (F Valdez)",
                "amount": 7361.0
            },
            {
                "team": "OAK (J Kaprielian)",
                "amount": 2639.0
            }
        ],
        "expected_reward_tokens": 9421.23,
        "profit_sb": -78.77,
        "profit_sb_percentage": -0.83,
        "recommended": false
    },
    "lines": [
        {
            "id": "14f9ac97-8153-4ab2-9c19-76c03ca61fda",
            "gambit_id": "a19472ad-97dc-4c51-abab-0bf7b4d59e01",
            "last_updated": "2023-05-22T13:37:00.595877-04:00",
            "created_at": "2023-05-21T10:17:16.444322-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ddc733f-6f5b-4213-9dd5-a3f145694f12/?format=api"
        },
        {
            "id": "040f5f10-9137-4dc0-9691-4a331645873d",
            "gambit_id": "0b91fb51-2327-43c9-b070-e880d21e65a4",
            "last_updated": "2023-05-22T13:37:00.597253-04:00",
            "created_at": "2023-05-21T10:17:16.445866-04:00",
            "name": "OAK (J Kaprielian)",
            "reward": "3.57000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ddc733f-6f5b-4213-9dd5-a3f145694f12/?format=api"
        }
    ]
}