GET /api/bet_types/dc0a9339-2b77-4f0e-bef9-8b0a5cc372f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc0a9339-2b77-4f0e-bef9-8b0a5cc372f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/91535851-194d-48b0-bf94-7625e56195d3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-23T12:41:47.842612-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "57eba9a3-7a37-4a4f-b29a-967082939dd0",
            "gambit_id": "b479e22c-c37c-4991-8257-2590fec67214",
            "last_updated": "2023-04-24T13:02:15.027500-04:00",
            "created_at": "2023-04-23T12:41:47.847349-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc0a9339-2b77-4f0e-bef9-8b0a5cc372f4/?format=api"
        },
        {
            "id": "b8c07991-556f-4096-ac17-69df9e2d795d",
            "gambit_id": "527525f1-72ea-446e-ace5-e57bd9f5285f",
            "last_updated": "2023-04-24T13:02:15.025151-04:00",
            "created_at": "2023-04-23T12:41:47.845070-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc0a9339-2b77-4f0e-bef9-8b0a5cc372f4/?format=api"
        }
    ]
}