GET /api/bet_types/300824ca-6ed6-42f9-9c0d-f7f636e8b46c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "300824ca-6ed6-42f9-9c0d-f7f636e8b46c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c09fc31-1086-4c96-9244-6df2b974fc4e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-23T09:28:11.079219-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 11.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 11.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "623033e8-eee5-4266-874a-19db33fd05ce",
            "gambit_id": "4d107eb5-41bb-4916-8b5c-98ec175be4bf",
            "last_updated": "2023-06-26T10:23:06.701093-04:00",
            "created_at": "2023-06-23T09:28:11.080968-04:00",
            "name": "Game Total Over 11.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/300824ca-6ed6-42f9-9c0d-f7f636e8b46c/?format=api"
        },
        {
            "id": "15fd1803-2e47-44aa-82f4-0d56b3cfc2b7",
            "gambit_id": "05503fda-64a9-423b-8d6c-60fa1eb43845",
            "last_updated": "2023-06-26T10:23:06.703850-04:00",
            "created_at": "2023-06-23T09:28:11.082747-04:00",
            "name": "Game Total Under 11.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/300824ca-6ed6-42f9-9c0d-f7f636e8b46c/?format=api"
        }
    ]
}