GET /api/bet_types/74d94b37-0725-4a94-bb8f-c3e1825dc3af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74d94b37-0725-4a94-bb8f-c3e1825dc3af",
    "match": "https://api-prod.gambitprofit.com/api/matches/87c7719a-08b6-4d49-bf2d-b5cfd63c1c17/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "d566ae0a-8157-41ad-be99-d285c5e50d70",
            "gambit_id": "c7cc0222-9327-49d9-8c91-00faae48143e",
            "last_updated": "2022-10-12T10:16:59.282552-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74d94b37-0725-4a94-bb8f-c3e1825dc3af/?format=api"
        },
        {
            "id": "80db728e-d058-4806-b32e-0b973f5c7858",
            "gambit_id": "5e9dc199-0365-476c-b094-e4f1c0f4ad5f",
            "last_updated": "2022-10-12T10:16:59.283613-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74d94b37-0725-4a94-bb8f-c3e1825dc3af/?format=api"
        }
    ]
}