GET /api/bet_types/7d2a50e4-a7f5-4dc5-a01f-af9180467440/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d2a50e4-a7f5-4dc5-a01f-af9180467440",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac2aeb85-5257-4381-83f3-02dbcbcd7cda/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-19T12:17:08.464919-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 Under 7.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "236cc7da-92e3-4bdd-9cc9-cdd101b8ba89",
            "gambit_id": "74755d4f-5408-4c19-ac2d-cfd5346c195a",
            "last_updated": "2023-04-20T11:42:19.925293-04:00",
            "created_at": "2023-04-19T12:17:08.467333-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d2a50e4-a7f5-4dc5-a01f-af9180467440/?format=api"
        },
        {
            "id": "56e4a79c-0057-483a-aeac-b85b5696888b",
            "gambit_id": "1d30136c-151e-40d6-8cab-929d0364b9ef",
            "last_updated": "2023-04-20T11:42:19.927544-04:00",
            "created_at": "2023-04-19T12:17:08.469738-04:00",
            "name": "Game Total Over 7.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d2a50e4-a7f5-4dc5-a01f-af9180467440/?format=api"
        }
    ]
}