GET /api/bet_types/f9bd6b65-edb1-46bd-b1ed-8bc5ef3ed80d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9bd6b65-edb1-46bd-b1ed-8bc5ef3ed80d",
    "match": "https://api-prod.gambitprofit.com/api/matches/df162e1d-8869-4643-9665-137460ceb45f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T09:07:02.191580-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "238259c4-f4f7-4d12-96ec-a57a29ce692b",
            "gambit_id": "5dac4c6e-ccbc-47a8-a89d-84c66e4e911d",
            "last_updated": "2023-02-24T12:22:10.733893-05:00",
            "created_at": "2023-02-23T09:07:02.194044-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9bd6b65-edb1-46bd-b1ed-8bc5ef3ed80d/?format=api"
        },
        {
            "id": "720b6f1d-3610-4b0c-8ca3-2cbe7b95f991",
            "gambit_id": "1d489a8f-aaab-4446-b188-58068be36cc9",
            "last_updated": "2023-02-24T12:22:10.732675-05:00",
            "created_at": "2023-02-23T09:07:02.192812-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9bd6b65-edb1-46bd-b1ed-8bc5ef3ed80d/?format=api"
        }
    ]
}