GET /api/bet_types/ab978c59-7933-444e-aea9-cc5c35ccd618/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab978c59-7933-444e-aea9-cc5c35ccd618",
    "match": "https://api-prod.gambitprofit.com/api/matches/490a7e0a-df11-4c23-a937-fb6dd577f035/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-22T11:27:15.442883-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 5.5",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "8500c94c-79d9-4224-97ec-b98e40837d10",
            "gambit_id": "c0e5cf05-baa4-431f-b9af-7d4573cf3d4b",
            "last_updated": "2023-05-25T13:47:09.177535-04:00",
            "created_at": "2023-05-22T11:27:15.447161-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab978c59-7933-444e-aea9-cc5c35ccd618/?format=api"
        },
        {
            "id": "17482081-45a4-4aa5-8484-88f490f5b14e",
            "gambit_id": "89a9de3b-573f-465d-b9d0-7bbcf9699eda",
            "last_updated": "2023-05-25T13:47:09.175765-04:00",
            "created_at": "2023-05-22T11:27:15.445306-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab978c59-7933-444e-aea9-cc5c35ccd618/?format=api"
        }
    ]
}