GET /api/bet_types/baa3d1e7-333e-4042-95da-a14eedc4a259/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "baa3d1e7-333e-4042-95da-a14eedc4a259",
    "match": "https://api-prod.gambitprofit.com/api/matches/794405a4-0188-4005-812c-6b96614b7a42/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-28T08:48:08.384191-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b02ef5a-b020-40cb-a4ab-5088a9975a84",
            "gambit_id": "3448716a-6b4c-446b-94ee-fd6a49d51173",
            "last_updated": "2023-08-29T19:33:16.650149-04:00",
            "created_at": "2023-08-28T08:48:08.387932-04:00",
            "name": "Game Total Over 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/baa3d1e7-333e-4042-95da-a14eedc4a259/?format=api"
        },
        {
            "id": "689f0a62-0d0f-4e19-98e7-caf3d25e8669",
            "gambit_id": "02286ce4-123f-4c1e-94a9-3a7abaf4c0c9",
            "last_updated": "2023-08-29T19:33:16.653627-04:00",
            "created_at": "2023-08-28T08:48:08.395877-04:00",
            "name": "Game Total Under 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/baa3d1e7-333e-4042-95da-a14eedc4a259/?format=api"
        }
    ]
}