GET /api/bet_types/c14329ce-e165-468c-a70a-afe350850d45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c14329ce-e165-468c-a70a-afe350850d45",
    "match": "https://api-prod.gambitprofit.com/api/matches/e95273c3-3fbc-4c4a-ac93-7b227d5c3b5a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-29T09:23:09.889196-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c9689e7-b85a-46cb-8c6a-6949a124064f",
            "gambit_id": "8b5c380c-1253-445b-8785-5c091ede4165",
            "last_updated": "2023-10-06T14:38:04.738158-04:00",
            "created_at": "2023-09-29T09:23:09.899918-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14329ce-e165-468c-a70a-afe350850d45/?format=api"
        },
        {
            "id": "558eefca-bcda-40d2-aabd-09133b23d0bd",
            "gambit_id": "0310e906-89ea-4ed4-8a07-0e4864f58262",
            "last_updated": "2023-10-06T14:38:04.742052-04:00",
            "created_at": "2023-09-29T09:23:09.894603-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c14329ce-e165-468c-a70a-afe350850d45/?format=api"
        }
    ]
}