GET /api/bet_types/822c8dae-ece4-4b73-9a0f-d4a0d9f534b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "822c8dae-ece4-4b73-9a0f-d4a0d9f534b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ab42f3e-51a8-4f2c-8799-1d7977117cad/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-16T09:23:11.651656-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 238.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e6dfacc-4ef8-4223-ad91-0580cb6fa052",
            "gambit_id": "9911db16-7a17-48fb-b07f-bfcaa5654346",
            "last_updated": "2023-12-18T10:38:04.814994-05:00",
            "created_at": "2023-12-16T09:23:11.659743-05:00",
            "name": "Game Total Over 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/822c8dae-ece4-4b73-9a0f-d4a0d9f534b0/?format=api"
        },
        {
            "id": "5bafd252-f350-4e3a-937b-b1a4977371b2",
            "gambit_id": "03698ef1-568a-4100-9349-cd0f6d9740a7",
            "last_updated": "2023-12-18T10:38:04.818300-05:00",
            "created_at": "2023-12-16T09:23:11.656016-05:00",
            "name": "Game Total Under 238.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/822c8dae-ece4-4b73-9a0f-d4a0d9f534b0/?format=api"
        }
    ]
}