GET /api/bet_types/8b500979-5459-41e9-8de3-83a6cdac1e32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b500979-5459-41e9-8de3-83a6cdac1e32",
    "match": "https://api-prod.gambitprofit.com/api/matches/d818d6ef-03e4-4dba-97a8-6ce3811b5c4b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-25T09:07:02.715740-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 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff86aecd-2d51-465d-93c3-6f753d5dbc06",
            "gambit_id": "2b592af0-9c4a-4b20-961e-d6f1f32abb80",
            "last_updated": "2023-02-26T11:46:56.682979-05:00",
            "created_at": "2023-02-25T09:07:02.718167-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b500979-5459-41e9-8de3-83a6cdac1e32/?format=api"
        },
        {
            "id": "a4f1c466-9819-4492-a6fa-32b7a92b35e8",
            "gambit_id": "a813452f-35af-44d7-a5cc-f2cbe418f1ae",
            "last_updated": "2023-02-26T11:46:56.681249-05:00",
            "created_at": "2023-02-25T09:07:02.716944-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b500979-5459-41e9-8de3-83a6cdac1e32/?format=api"
        }
    ]
}