GET /api/bet_types/7e5be9c1-a3bb-4dc6-9148-a56278bc2123/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e5be9c1-a3bb-4dc6-9148-a56278bc2123",
    "match": "https://api-prod.gambitprofit.com/api/matches/4adbf448-9927-4177-b25d-170ca87e4d3c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-11T08:27:14.252498-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5cd3129-a44e-4c14-af47-661dca745212",
            "gambit_id": "3a981aef-0a82-42cb-831f-1bc7529db48f",
            "last_updated": "2023-01-12T15:37:00.128393-05:00",
            "created_at": "2023-01-11T08:27:14.254965-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e5be9c1-a3bb-4dc6-9148-a56278bc2123/?format=api"
        },
        {
            "id": "822deaa8-cfa4-4ec3-9209-859f9ce1b00a",
            "gambit_id": "17440e6e-2709-46eb-ab1d-dfc03ce627ba",
            "last_updated": "2023-01-12T15:37:00.127318-05:00",
            "created_at": "2023-01-11T08:27:14.253732-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e5be9c1-a3bb-4dc6-9148-a56278bc2123/?format=api"
        }
    ]
}