GET /api/bet_types/61899a72-ae2b-488a-a241-d117692eb5c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61899a72-ae2b-488a-a241-d117692eb5c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/1614f006-faf9-458a-bcf5-3d767cfd551e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-24T09:08:03.820527-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7239b3c-9aa5-44df-b5d4-839c1da6194f",
            "gambit_id": "61b3b62d-7dc7-468d-8a4f-e04bb33a661b",
            "last_updated": "2023-11-25T10:53:24.536024-05:00",
            "created_at": "2023-11-24T09:08:03.826242-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61899a72-ae2b-488a-a241-d117692eb5c6/?format=api"
        },
        {
            "id": "46aee9d6-7134-450e-85ef-dcfd52c2dc7d",
            "gambit_id": "feabe6ca-9877-4a64-9f01-a7c5b6fc441a",
            "last_updated": "2023-11-25T10:53:24.539212-05:00",
            "created_at": "2023-11-24T09:08:03.831196-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61899a72-ae2b-488a-a241-d117692eb5c6/?format=api"
        }
    ]
}