GET /api/bet_types/8676e519-2556-47ba-a1e1-0b38e7bd923a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8676e519-2556-47ba-a1e1-0b38e7bd923a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3a7d6e4-fcb7-4b18-af82-8b114f6f6646/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-13T08:57:57.746200-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "611f3ec3-17b8-43a1-a7d3-a52540ef73f3",
            "gambit_id": "5c569366-da0c-400d-b068-de3463bd9827",
            "last_updated": "2023-12-15T10:03:18.493283-05:00",
            "created_at": "2023-12-13T08:57:57.754921-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8676e519-2556-47ba-a1e1-0b38e7bd923a/?format=api"
        },
        {
            "id": "7f5a072b-728c-43d8-aaab-fcf6dd4be653",
            "gambit_id": "76bbc013-e461-4792-b9ed-f0e0151525ee",
            "last_updated": "2023-12-15T10:03:18.489752-05:00",
            "created_at": "2023-12-13T08:57:57.750492-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8676e519-2556-47ba-a1e1-0b38e7bd923a/?format=api"
        }
    ]
}