GET /api/bet_types/327be15a-455a-4986-8a0d-01b5c4ea6a0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "327be15a-455a-4986-8a0d-01b5c4ea6a0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae17f070-4ba8-4275-ba49-a1cfecbb59a3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-05T08:42:58.579220-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "23a9fb5d-9839-47be-b973-8c65f5f6af58",
            "gambit_id": "e29b90d3-234f-4361-a6e2-bf89f3b52854",
            "last_updated": "2023-07-06T12:33:26.060909-04:00",
            "created_at": "2023-07-05T08:42:58.581824-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/327be15a-455a-4986-8a0d-01b5c4ea6a0b/?format=api"
        },
        {
            "id": "ee9682fe-460e-4895-8069-fa62c9318f02",
            "gambit_id": "b9d618f1-a96b-4711-8f44-b54de8bec60c",
            "last_updated": "2023-07-06T12:33:26.063100-04:00",
            "created_at": "2023-07-05T08:42:58.584253-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/327be15a-455a-4986-8a0d-01b5c4ea6a0b/?format=api"
        }
    ]
}