GET /api/bet_types/801b744d-49ae-4cb8-9fa1-2239eac684d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "801b744d-49ae-4cb8-9fa1-2239eac684d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4c919bf-17f9-4dfe-a986-9cc6d7078af5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-27T11:52:00.607576-04: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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0874a76a-fc09-4234-876c-7dc23c7c7e60",
            "gambit_id": "7b80cef4-1ae4-4d45-861e-ad680a50c4ae",
            "last_updated": "2023-04-28T11:22:25.126258-04:00",
            "created_at": "2023-04-27T11:52:00.610489-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/801b744d-49ae-4cb8-9fa1-2239eac684d3/?format=api"
        },
        {
            "id": "17e9064b-500e-4dc9-80e9-b79b77dc0b7f",
            "gambit_id": "072a974e-c963-4d88-92b5-3d28733e3102",
            "last_updated": "2023-04-28T11:22:25.125055-04:00",
            "created_at": "2023-04-27T11:52:00.608993-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/801b744d-49ae-4cb8-9fa1-2239eac684d3/?format=api"
        }
    ]
}