GET /api/bet_types/5534f15c-b7b9-4a34-9a3f-cdb607066fb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5534f15c-b7b9-4a34-9a3f-cdb607066fb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a37b8f1-f1a2-4a8a-991b-34d2c002655c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-27T11:52:00.163989-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 2.5",
                "amount": 5523.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4477.0
            }
        ],
        "expected_reward_tokens": 9222.62,
        "profit_sb": -277.38,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "2921d9d6-d9e2-4e42-b50e-b09e304897ea",
            "gambit_id": "06160ac4-aff5-4460-a33a-53b4d0e8c05f",
            "last_updated": "2023-04-28T11:22:27.292619-04:00",
            "created_at": "2023-04-27T11:52:00.165518-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5534f15c-b7b9-4a34-9a3f-cdb607066fb6/?format=api"
        },
        {
            "id": "3d9b642e-26c4-42d2-82f9-a549d7264827",
            "gambit_id": "f33f5145-2028-47d4-8980-cab0ab2343c5",
            "last_updated": "2023-04-28T11:22:27.294523-04:00",
            "created_at": "2023-04-27T11:52:00.169457-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5534f15c-b7b9-4a34-9a3f-cdb607066fb6/?format=api"
        }
    ]
}