GET /api/bet_types/ca24aa5a-813c-4d9a-b17a-6ad774165a9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca24aa5a-813c-4d9a-b17a-6ad774165a9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/998a97b9-f642-44c2-ba93-e4f9b94a6a3c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:06:59.624799-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": "Total Rounds Under 1.5",
                "amount": 5789.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "15f0d6c5-f06f-4f06-b831-20d96ab7536f",
            "gambit_id": "64569230-9b68-4bee-a871-126a36345d3f",
            "last_updated": "2023-04-24T18:57:05.298495-04:00",
            "created_at": "2023-04-22T13:06:59.627225-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca24aa5a-813c-4d9a-b17a-6ad774165a9b/?format=api"
        },
        {
            "id": "cbe5ce60-828d-4f18-a625-d5dd1e4dde40",
            "gambit_id": "960ad336-a32c-4c91-8ec7-bda7bd5f3a10",
            "last_updated": "2023-04-24T18:57:05.300845-04:00",
            "created_at": "2023-04-22T13:06:59.629465-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca24aa5a-813c-4d9a-b17a-6ad774165a9b/?format=api"
        }
    ]
}