GET /api/bet_types/2e2bb690-b478-48a4-be9f-fd8f4f65ca2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e2bb690-b478-48a4-be9f-fd8f4f65ca2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2fde43b-3cd4-4b27-8986-7d6f35025394/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-08T08:28:09.251450-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a9e47af-4e99-467c-b4b1-c7bf4c328fde",
            "gambit_id": "387dedbb-400c-4c19-a039-4d45d00fb8c1",
            "last_updated": "2023-08-10T10:18:24.036707-04:00",
            "created_at": "2023-08-08T08:28:09.257685-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e2bb690-b478-48a4-be9f-fd8f4f65ca2c/?format=api"
        },
        {
            "id": "ad3ab425-5152-4cb2-bace-de385dbe56d0",
            "gambit_id": "d497ce7f-53db-4910-82cd-93cd8832c14b",
            "last_updated": "2023-08-10T10:18:24.040287-04:00",
            "created_at": "2023-08-08T08:28:09.262678-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e2bb690-b478-48a4-be9f-fd8f4f65ca2c/?format=api"
        }
    ]
}