GET /api/bet_types/dc4c43f5-3377-41cb-85aa-650aa90c4c12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc4c43f5-3377-41cb-85aa-650aa90c4c12",
    "match": "https://api-prod.gambitprofit.com/api/matches/210b3616-74ec-4800-bd5c-02203b4e170d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-19T08:32:58.780552-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 6.5",
                "amount": 5515.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbd66d2a-ca32-42a3-a529-6967a5c58eea",
            "gambit_id": "9bb02f6f-1d4a-4b2e-850b-5d43952152e0",
            "last_updated": "2023-10-20T11:28:24.800579-04:00",
            "created_at": "2023-10-19T08:32:58.786183-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc4c43f5-3377-41cb-85aa-650aa90c4c12/?format=api"
        },
        {
            "id": "f6bd162c-22d8-4d1d-b4bf-fe487ef33279",
            "gambit_id": "16da7ebe-8b62-479c-869b-7aa0a57d79db",
            "last_updated": "2023-10-20T11:28:24.804662-04:00",
            "created_at": "2023-10-19T08:32:58.790173-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc4c43f5-3377-41cb-85aa-650aa90c4c12/?format=api"
        }
    ]
}