GET /api/bet_types/6d510bcb-afec-48b6-88e5-9fa4d37db704/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d510bcb-afec-48b6-88e5-9fa4d37db704",
    "match": "https://api-prod.gambitprofit.com/api/matches/956372a2-50c8-4101-855c-651583da66bc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-27T09:18:10.521568-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": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "be3df04c-5d44-41eb-ad7a-b6544f592337",
            "gambit_id": "3627827f-f553-435a-ac66-3b2dd44b13d5",
            "last_updated": "2023-11-28T21:38:00.368586-05:00",
            "created_at": "2023-11-27T09:18:10.525103-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d510bcb-afec-48b6-88e5-9fa4d37db704/?format=api"
        },
        {
            "id": "73fdff1c-dc1a-4d2c-9b93-1e9961c31f34",
            "gambit_id": "70137a27-24c7-42f7-9483-76272cb5eab5",
            "last_updated": "2023-11-28T21:38:00.372057-05:00",
            "created_at": "2023-11-27T09:18:10.529809-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d510bcb-afec-48b6-88e5-9fa4d37db704/?format=api"
        }
    ]
}