GET /api/bet_types/3053898c-1fad-486b-8c2a-a155e7195de6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3053898c-1fad-486b-8c2a-a155e7195de6",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d6a9af4-1cf3-4cde-aa8f-22ed4bbc2397/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-25T13:28:14.499538-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 244.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 244.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a3e65a6-e21c-45c2-93c5-f4e3a5641779",
            "gambit_id": "46cc38ab-0133-4101-83bb-3b84d97c7e4d",
            "last_updated": "2024-01-26T20:43:21.097544-05:00",
            "created_at": "2024-01-25T13:28:14.512854-05:00",
            "name": "Game Total Under 244.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "244.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3053898c-1fad-486b-8c2a-a155e7195de6/?format=api"
        },
        {
            "id": "618ef43b-22d5-4069-9a90-81c9cef67a4d",
            "gambit_id": "93fa16d6-18b4-4602-a191-fd38f30c2030",
            "last_updated": "2024-01-26T20:43:21.094248-05:00",
            "created_at": "2024-01-25T13:28:14.503017-05:00",
            "name": "Game Total Over 244.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "244.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3053898c-1fad-486b-8c2a-a155e7195de6/?format=api"
        }
    ]
}