GET /api/bet_types/f4d07779-3135-4c3a-8e75-5d8b1005ab86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4d07779-3135-4c3a-8e75-5d8b1005ab86",
    "match": "https://api-prod.gambitprofit.com/api/matches/52cc1215-6267-4764-a1f8-12ec0926b7a6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-12T09:43:06.582901-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "49473a83-297c-4e4f-b5bb-7d589ff26fee",
            "gambit_id": "aae52fca-4c67-4099-9d79-563a426e190d",
            "last_updated": "2023-08-14T10:38:13.662273-04:00",
            "created_at": "2023-08-12T09:43:06.593821-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4d07779-3135-4c3a-8e75-5d8b1005ab86/?format=api"
        },
        {
            "id": "a27bdb49-5ee8-47cb-b6a4-116171d13abf",
            "gambit_id": "1c27e710-834a-4c8a-9a94-4d780ba3b5a8",
            "last_updated": "2023-08-14T10:38:13.658847-04:00",
            "created_at": "2023-08-12T09:43:06.588438-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4d07779-3135-4c3a-8e75-5d8b1005ab86/?format=api"
        }
    ]
}