GET /api/bet_types/7830df0b-7a04-412b-9b8a-adfda77f45ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7830df0b-7a04-412b-9b8a-adfda77f45ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/914a9af0-e603-47f0-9b1f-ac5674cb4e9f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T10:51:56.436816-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbfa6e78-e0b4-442f-8c89-6c06158f1835",
            "gambit_id": "5d931804-4385-428a-9370-e3397bf0b413",
            "last_updated": "2023-05-22T13:22:18.119197-04:00",
            "created_at": "2023-05-20T10:51:56.439567-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7830df0b-7a04-412b-9b8a-adfda77f45ca/?format=api"
        },
        {
            "id": "d19e96c5-7ad9-45a2-8af9-53ed8121a6b5",
            "gambit_id": "ea369c83-5d37-4f36-95f7-3ca18d9a4d95",
            "last_updated": "2023-05-22T13:22:18.120359-04:00",
            "created_at": "2023-05-20T10:51:56.442197-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7830df0b-7a04-412b-9b8a-adfda77f45ca/?format=api"
        }
    ]
}