GET /api/bet_types/7d9d9820-c7b8-4442-acea-9f4673918854/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d9d9820-c7b8-4442-acea-9f4673918854",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fa672ec-1f3a-46b2-80f6-47d7aedf6aa7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-08T08:38:23.450230-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": "Game Total Over 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c7d34ab-ef7c-4cc1-a5ce-0a264bd7fe58",
            "gambit_id": "30f762aa-3615-4356-933e-a1c99c6a6080",
            "last_updated": "2023-07-15T16:08:22.763879-04:00",
            "created_at": "2023-07-08T08:38:23.452612-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d9d9820-c7b8-4442-acea-9f4673918854/?format=api"
        },
        {
            "id": "2d7f2c5b-9991-485f-b9b9-b1fe7c1daf12",
            "gambit_id": "6dc3b29d-4c39-4ba6-8bd1-f10df1bee2a9",
            "last_updated": "2023-07-15T16:08:22.762824-04:00",
            "created_at": "2023-07-08T08:38:23.454799-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d9d9820-c7b8-4442-acea-9f4673918854/?format=api"
        }
    ]
}