GET /api/bet_types/3d5a482f-773d-4461-a723-4aea9f8a8d0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d5a482f-773d-4461-a723-4aea9f8a8d0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/70ab333c-9582-47ee-a552-b6e12a8755b6/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5316.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "87ed6482-21f9-4553-86f6-21792a6cc419",
            "gambit_id": "2caadb0f-3beb-4a36-b6b3-662400b17a42",
            "last_updated": "2022-10-17T14:12:46.411791-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d5a482f-773d-4461-a723-4aea9f8a8d0e/?format=api"
        },
        {
            "id": "5c3b7cf4-e831-48da-a591-fafaa4e48590",
            "gambit_id": "515fe9ca-e7bc-4744-89d9-204439146e02",
            "last_updated": "2022-10-17T14:12:46.410622-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 5.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d5a482f-773d-4461-a723-4aea9f8a8d0e/?format=api"
        }
    ]
}