GET /api/bet_types/720ce38e-7eee-4cb6-b544-e2f1a36a7dbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "720ce38e-7eee-4cb6-b544-e2f1a36a7dbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/35ca3e6e-0df1-4ca4-b77f-de66f09be2a2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-13T09:53:23.206030-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 Under 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "36aadd17-76c6-470b-8e59-694f631fa669",
            "gambit_id": "2702ca88-1c96-4374-8d3a-10f6b190ccdb",
            "last_updated": "2023-11-14T10:13:18.371764-05:00",
            "created_at": "2023-11-13T09:53:23.219431-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/720ce38e-7eee-4cb6-b544-e2f1a36a7dbd/?format=api"
        },
        {
            "id": "b1b9b191-d839-43bf-8095-8d3d33f84f2e",
            "gambit_id": "0393f553-47a7-42a7-afb3-ec776dbf1ab1",
            "last_updated": "2023-11-14T10:13:18.368188-05:00",
            "created_at": "2023-11-13T09:53:23.213321-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/720ce38e-7eee-4cb6-b544-e2f1a36a7dbd/?format=api"
        }
    ]
}