GET /api/bet_types/df4321b2-f615-4b21-bdb3-6b4a4ef1a76f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df4321b2-f615-4b21-bdb3-6b4a4ef1a76f",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb251424-ae17-4699-90cc-1883241ed5e9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-10T11:18:02.343242-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 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "94f93948-55bd-4196-a510-4a041a23fcab",
            "gambit_id": "d063181b-467c-4749-ac73-6cdab3731884",
            "last_updated": "2023-11-13T15:33:04.725905-05:00",
            "created_at": "2023-11-10T11:18:02.346860-05:00",
            "name": "Game Total Over 44",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df4321b2-f615-4b21-bdb3-6b4a4ef1a76f/?format=api"
        },
        {
            "id": "b8fdce29-10e4-4a2b-9f64-5146562ecfc9",
            "gambit_id": "1cd0cfb6-fab2-49ae-997b-6b93c0b98693",
            "last_updated": "2023-11-13T15:33:04.729211-05:00",
            "created_at": "2023-11-10T11:18:02.350621-05:00",
            "name": "Game Total Under 44",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df4321b2-f615-4b21-bdb3-6b4a4ef1a76f/?format=api"
        }
    ]
}