GET /api/bet_types/9fff8e79-684b-4678-9773-ac965392baa4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fff8e79-684b-4678-9773-ac965392baa4",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b35b71f-c5e5-4362-8395-3f26fd1a1c55/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Under 7.5",
                "amount": 5224.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c1234d0-1bca-4570-95cb-ebd84a38e992",
            "gambit_id": "1e59f3c4-071c-4106-9be3-751d9898f317",
            "last_updated": "2022-10-13T09:32:13.863044-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fff8e79-684b-4678-9773-ac965392baa4/?format=api"
        },
        {
            "id": "ed641508-27b9-4c4f-b0a1-ffbf529fbb9a",
            "gambit_id": "281c0e1a-f9b7-413a-9136-373dea2e53fd",
            "last_updated": "2022-10-13T09:32:13.864389-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fff8e79-684b-4678-9773-ac965392baa4/?format=api"
        }
    ]
}