GET /api/bet_types/f0cffec7-a846-4c72-82a7-d73023d425f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0cffec7-a846-4c72-82a7-d73023d425f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6088f99-5d62-4d69-9fd5-7b65daeb5392/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-14T09:28:08.672716-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 6.5",
                "amount": 5512.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3308d25-46f4-432a-88d1-03af92a59677",
            "gambit_id": "c1abf9fd-391b-4f27-a0ba-73bd51613e40",
            "last_updated": "2023-12-15T10:52:58.624760-05:00",
            "created_at": "2023-12-14T09:28:08.676736-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0cffec7-a846-4c72-82a7-d73023d425f3/?format=api"
        },
        {
            "id": "60c381e4-5f9c-4a3d-bc4d-c86bc6c50571",
            "gambit_id": "98aac6c9-3b03-4ba0-97ad-95321d502112",
            "last_updated": "2023-12-15T10:52:58.627948-05:00",
            "created_at": "2023-12-14T09:28:08.680697-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0cffec7-a846-4c72-82a7-d73023d425f3/?format=api"
        }
    ]
}