GET /api/bet_types/97e735fb-b732-4cd2-a44c-f6516dd12b21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97e735fb-b732-4cd2-a44c-f6516dd12b21",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ecdf002-c20c-4c5b-a43e-8d3bc13640f2/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5097.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c98b267-a785-4824-91ca-52071fe793e5",
            "gambit_id": "00791917-a10f-494e-9249-61755611f6b2",
            "last_updated": "2022-11-07T09:02:45.892293-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97e735fb-b732-4cd2-a44c-f6516dd12b21/?format=api"
        },
        {
            "id": "a2cd9c0e-17a9-448c-bc42-896af635d146",
            "gambit_id": "bda8d5b5-7fb8-46b1-b966-c085d7ff1e1e",
            "last_updated": "2022-11-07T09:02:45.893375-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97e735fb-b732-4cd2-a44c-f6516dd12b21/?format=api"
        }
    ]
}