GET /api/bet_types/b35932ce-8636-41d6-98e5-f36ac45128f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b35932ce-8636-41d6-98e5-f36ac45128f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec276a72-aff4-400b-8dce-f26ccdd1ee6f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-11T11:17:06.262902-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 8",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6c874b3-fc07-4ef8-b7ab-c3ec5d119327",
            "gambit_id": "925fc6a5-eed5-4703-8483-e2819240cf4d",
            "last_updated": "2023-05-14T10:57:11.635534-04:00",
            "created_at": "2023-05-11T11:17:06.264402-04:00",
            "name": "Game Total Over 8",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b35932ce-8636-41d6-98e5-f36ac45128f0/?format=api"
        },
        {
            "id": "7c8f7259-411a-4f31-bfca-60d4d3c84303",
            "gambit_id": "96eb6f9b-47ac-40c1-b6f7-2d1a5156bedf",
            "last_updated": "2023-05-14T10:57:11.634246-04:00",
            "created_at": "2023-05-11T11:17:06.265896-04:00",
            "name": "Game Total Under 8",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b35932ce-8636-41d6-98e5-f36ac45128f0/?format=api"
        }
    ]
}