GET /api/bet_types/a356b6c3-35f8-4fed-9774-c82b202019c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a356b6c3-35f8-4fed-9774-c82b202019c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/04534756-657d-45af-b5e0-cfaf3991b3e2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-22T09:58:21.852356-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 Under 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb1cf3b2-4a42-4ce6-a557-474e3a2fd606",
            "gambit_id": "9d1d4925-eee2-40a1-8001-610291180f9f",
            "last_updated": "2023-09-23T20:58:10.085418-04:00",
            "created_at": "2023-09-22T09:58:21.860691-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a356b6c3-35f8-4fed-9774-c82b202019c0/?format=api"
        },
        {
            "id": "e1c1afd9-3fd0-42f6-905e-7f507e396fc7",
            "gambit_id": "fffc4a77-8fc0-4fad-840e-cc9d8f723831",
            "last_updated": "2023-09-23T20:58:10.081956-04:00",
            "created_at": "2023-09-22T09:58:21.856321-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a356b6c3-35f8-4fed-9774-c82b202019c0/?format=api"
        }
    ]
}