GET /api/bet_types/ccd0e6cb-44e6-4cf8-b0b6-94f6663d2872/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccd0e6cb-44e6-4cf8-b0b6-94f6663d2872",
    "match": "https://api-prod.gambitprofit.com/api/matches/1267b884-d2cf-466d-9e4c-c8661b752d98/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T12:47:11.318015-05: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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "1337f78e-56e8-4983-ba55-fa32bf79215a",
            "gambit_id": "e83b6e81-96ab-4c20-91c7-011559a19cb0",
            "last_updated": "2022-12-25T18:12:06.847245-05:00",
            "created_at": "2022-12-23T12:47:11.320515-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccd0e6cb-44e6-4cf8-b0b6-94f6663d2872/?format=api"
        },
        {
            "id": "d1264578-886a-4af6-8a7e-7a3f8a754898",
            "gambit_id": "e344cd93-b27b-43f9-95fe-5f6db472776f",
            "last_updated": "2022-12-25T18:12:06.846089-05:00",
            "created_at": "2022-12-23T12:47:11.319265-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccd0e6cb-44e6-4cf8-b0b6-94f6663d2872/?format=api"
        }
    ]
}