GET /api/bet_types/08e35c19-042a-422a-b613-5d3073395836/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08e35c19-042a-422a-b613-5d3073395836",
    "match": "https://api-prod.gambitprofit.com/api/matches/434aeb90-1abb-4c92-a100-c5d37b549678/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-19T08:38:07.143421-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 Under 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "078647ee-74c6-4a45-bb58-094f93247751",
            "gambit_id": "f8025fe7-9057-449e-ba5e-0c10bc1ec577",
            "last_updated": "2023-10-20T11:23:23.439386-04:00",
            "created_at": "2023-10-19T08:38:07.156402-04:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08e35c19-042a-422a-b613-5d3073395836/?format=api"
        },
        {
            "id": "c40dbc8c-0654-4a2d-acb6-77a8516ef5d8",
            "gambit_id": "a799fa55-d064-4282-92b0-cf09993378b9",
            "last_updated": "2023-10-20T11:23:23.435239-04:00",
            "created_at": "2023-10-19T08:38:07.147197-04:00",
            "name": "Game Total Over 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08e35c19-042a-422a-b613-5d3073395836/?format=api"
        }
    ]
}