GET /api/bet_types/a625192c-2146-47e3-ac61-1f9f8bd2f9ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a625192c-2146-47e3-ac61-1f9f8bd2f9ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/95b81720-c1c7-4442-a64d-0360aa86039c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-05T08:52:57.031917-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": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e59e632-894c-436d-bddc-fc8328c14114",
            "gambit_id": "0d936bc3-d8bb-4feb-be71-bace78930dc3",
            "last_updated": "2023-12-06T22:03:03.211181-05:00",
            "created_at": "2023-12-05T08:52:57.042174-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a625192c-2146-47e3-ac61-1f9f8bd2f9ca/?format=api"
        },
        {
            "id": "0c94ade5-c62d-4a80-964a-5da846aba83a",
            "gambit_id": "642a6d3a-c6df-4cab-be09-5486cf2462dd",
            "last_updated": "2023-12-06T22:03:03.207854-05:00",
            "created_at": "2023-12-05T08:52:57.035498-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a625192c-2146-47e3-ac61-1f9f8bd2f9ca/?format=api"
        }
    ]
}