GET /api/bet_types/48f2be4c-9391-436f-852b-7e2a94580af0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48f2be4c-9391-436f-852b-7e2a94580af0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d434d686-f2f0-4f51-8ea4-6bd1ac9c3ed0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-03T10:18:14.616124-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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "962a359b-38ea-459a-ac58-eed96472c015",
            "gambit_id": "2185c103-a51f-4246-b956-cae35b9b508c",
            "last_updated": "2023-10-09T15:53:13.080353-04:00",
            "created_at": "2023-10-03T10:18:14.623235-04:00",
            "name": "Game Total Over 43.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48f2be4c-9391-436f-852b-7e2a94580af0/?format=api"
        },
        {
            "id": "a071fcc4-4983-453c-86b5-e2a58e5025ab",
            "gambit_id": "e237a690-51a5-4e44-b45c-566a42c97227",
            "last_updated": "2023-10-09T15:53:13.084443-04:00",
            "created_at": "2023-10-03T10:18:14.631084-04:00",
            "name": "Game Total Under 43.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48f2be4c-9391-436f-852b-7e2a94580af0/?format=api"
        }
    ]
}