GET /api/bet_types/b0debabb-909a-4c0e-bc9c-cf3e472dfc05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0debabb-909a-4c0e-bc9c-cf3e472dfc05",
    "match": "https://api-prod.gambitprofit.com/api/matches/53bfa1ef-b403-42ad-9730-34ad5cc95643/?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 Over 7",
                "amount": 5224.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "4329a228-ee36-4972-9529-32f6faf6f342",
            "gambit_id": "da60acd5-8620-4453-8f0c-914538ada574",
            "last_updated": "2022-10-15T09:07:26.875651-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0debabb-909a-4c0e-bc9c-cf3e472dfc05/?format=api"
        },
        {
            "id": "80ea1736-0190-4fae-8986-42b2fdee385d",
            "gambit_id": "07d078c3-3826-48de-9447-fb781ada218d",
            "last_updated": "2022-10-15T09:07:26.874605-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0debabb-909a-4c0e-bc9c-cf3e472dfc05/?format=api"
        }
    ]
}