GET /api/bet_types/7f641593-3247-4560-864c-91f8a85f5145/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f641593-3247-4560-864c-91f8a85f5145",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cf24d4c-bede-4167-afe2-3a5be8d6a2ca/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-26T09:33:18.021922-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa4ddf7d-fe29-480e-9873-a08e70aa14f8",
            "gambit_id": "09475aca-d66a-45b5-b88a-b717f055ac2d",
            "last_updated": "2024-01-27T10:53:04.978320-05:00",
            "created_at": "2024-01-26T09:33:18.032238-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f641593-3247-4560-864c-91f8a85f5145/?format=api"
        },
        {
            "id": "5ed6944f-045f-4b1a-b5cb-a056dfb52892",
            "gambit_id": "ce4e01aa-f6b0-4c86-8f8b-7f812341040f",
            "last_updated": "2024-01-27T10:53:04.974756-05:00",
            "created_at": "2024-01-26T09:33:18.027227-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f641593-3247-4560-864c-91f8a85f5145/?format=api"
        }
    ]
}