GET /api/bet_types/c16ad7b3-ee8b-4a3b-9d11-d0e61b4f2018/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c16ad7b3-ee8b-4a3b-9d11-d0e61b4f2018",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c3b2b7e-2191-4924-b5ac-06d1c7489993/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-11T12:17:21.646691-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 2.5",
                "amount": 5574.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4426.0
            }
        ],
        "expected_reward_tokens": 8806.92,
        "profit_sb": -193.08,
        "profit_sb_percentage": -2.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "27179eb6-f0a2-4e59-ba73-1e100a8abf2e",
            "gambit_id": "5319b9f2-d6ed-498c-8356-c1851766f497",
            "last_updated": "2023-01-16T11:12:13.528524-05:00",
            "created_at": "2023-01-11T12:17:21.649134-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.58000",
            "odds": "1.67000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c16ad7b3-ee8b-4a3b-9d11-d0e61b4f2018/?format=api"
        },
        {
            "id": "bbe1f7a8-2f0d-46d8-b2d4-be95f5e6b8d5",
            "gambit_id": "93db38b9-5eda-4341-bb52-084916e428e5",
            "last_updated": "2023-01-16T11:12:13.525377-05:00",
            "created_at": "2023-01-11T12:17:21.647883-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c16ad7b3-ee8b-4a3b-9d11-d0e61b4f2018/?format=api"
        }
    ]
}