GET /api/bet_types/4ab92fe6-28bb-4de4-a62b-c93a067d8576/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ab92fe6-28bb-4de4-a62b-c93a067d8576",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d5c83ec-9eda-4fb8-b80d-7a35a59bdc2f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-01T09:23:06.291342-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 8.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "becb0fb4-62d3-4fcf-8604-a48831fb1b86",
            "gambit_id": "b56efc6a-60fc-452d-b3fa-381f14d1d159",
            "last_updated": "2023-07-03T01:13:10.551319-04:00",
            "created_at": "2023-07-01T09:23:06.293756-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ab92fe6-28bb-4de4-a62b-c93a067d8576/?format=api"
        },
        {
            "id": "b18399b4-6431-48bf-8310-9e30d3474896",
            "gambit_id": "4df8efa4-5450-4155-b252-69d33d238eec",
            "last_updated": "2023-07-03T01:13:10.552653-04:00",
            "created_at": "2023-07-01T09:23:06.296277-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ab92fe6-28bb-4de4-a62b-c93a067d8576/?format=api"
        }
    ]
}