GET /api/bet_types/bcfbf01f-d427-4b66-840c-7e29d166cb4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcfbf01f-d427-4b66-840c-7e29d166cb4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/bba24514-c6b5-49cd-aa62-a6f48f704a90/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:13:04.306200-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 Under 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "b281f3f3-a01c-478b-a9a9-e797bc35bdb4",
            "gambit_id": "5e4cb923-126e-4cc6-89b3-c6f8426e2e0f",
            "last_updated": "2023-12-07T21:53:11.088204-05:00",
            "created_at": "2023-12-06T09:13:04.315267-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcfbf01f-d427-4b66-840c-7e29d166cb4b/?format=api"
        },
        {
            "id": "e55ba9a2-34a2-4330-8293-adbd0ca72c5c",
            "gambit_id": "e99df9ec-8b0e-4e30-b8fb-f4aa3875dc73",
            "last_updated": "2023-12-07T21:53:11.084800-05:00",
            "created_at": "2023-12-06T09:13:04.310174-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcfbf01f-d427-4b66-840c-7e29d166cb4b/?format=api"
        }
    ]
}