GET /api/bet_types/7fff7390-6dda-4963-8f58-4f7eed4d0dd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fff7390-6dda-4963-8f58-4f7eed4d0dd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/01d4a015-943f-479b-acfb-3fdc99cb16d3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T08:26:58.855294-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "21875705-51ab-4467-b921-690421f389bf",
            "gambit_id": "37a6442a-f052-4447-9c88-669861397707",
            "last_updated": "2023-01-15T15:32:20.168272-05:00",
            "created_at": "2023-01-14T08:26:58.861355-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fff7390-6dda-4963-8f58-4f7eed4d0dd6/?format=api"
        },
        {
            "id": "d7b13ec3-12f7-406d-b7c9-e2efe9390419",
            "gambit_id": "5ca480c0-f60b-4d92-aeb6-93da2b09e4d6",
            "last_updated": "2023-01-15T15:32:20.164984-05:00",
            "created_at": "2023-01-14T08:26:58.858263-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fff7390-6dda-4963-8f58-4f7eed4d0dd6/?format=api"
        }
    ]
}