GET /api/bet_types/46286fa3-3a4e-4978-9b60-7d80e43a7e6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46286fa3-3a4e-4978-9b60-7d80e43a7e6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f8e87ca-ad5b-4f7a-b2af-f1aa2d73c9fb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-04T10:37:54.071566-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 5.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "0220edb3-aa39-4e44-94c4-31a72b0f536d",
            "gambit_id": "d1c98c9e-5e5f-418a-bbaa-857d712f3bb2",
            "last_updated": "2023-03-06T11:47:10.993948-05:00",
            "created_at": "2023-03-04T10:37:54.074178-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46286fa3-3a4e-4978-9b60-7d80e43a7e6e/?format=api"
        },
        {
            "id": "97896aa7-03b5-4b8f-bc16-572bafe33698",
            "gambit_id": "6b6e6d1e-5b21-479d-be8e-7113cac47d93",
            "last_updated": "2023-03-06T11:47:10.992841-05:00",
            "created_at": "2023-03-04T10:37:54.072835-05:00",
            "name": "Game Total Under 5.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46286fa3-3a4e-4978-9b60-7d80e43a7e6e/?format=api"
        }
    ]
}