GET /api/bet_types/dfbaab14-7794-46f6-a09e-161d78adc7e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfbaab14-7794-46f6-a09e-161d78adc7e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb3c401d-c9e6-4bee-982d-0845a603a585/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-05T09:53:21.000633-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d729f302-836e-49ac-a431-29fccb6b6df8",
            "gambit_id": "8202d611-cd20-4b42-9dda-82e8b2de6ad4",
            "last_updated": "2023-09-06T22:48:28.271174-04:00",
            "created_at": "2023-09-05T09:53:21.015175-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfbaab14-7794-46f6-a09e-161d78adc7e0/?format=api"
        },
        {
            "id": "daf999f7-425d-4549-83f3-06dd16788793",
            "gambit_id": "0bcb4873-8426-4721-aaa7-3271cca15831",
            "last_updated": "2023-09-06T22:48:28.266515-04:00",
            "created_at": "2023-09-05T09:53:21.009130-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfbaab14-7794-46f6-a09e-161d78adc7e0/?format=api"
        }
    ]
}