GET /api/bet_types/c024f8d0-0aaa-4ea4-bd6f-05726bc94a99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c024f8d0-0aaa-4ea4-bd6f-05726bc94a99",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ae70742-7310-4fad-8079-a300a31bd4f9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-09T14:53:17.822370-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": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "07a6d7de-e3ef-4505-aa92-968a14f512ce",
            "gambit_id": "b687bc73-7bbc-471d-a7ad-5435bf83d58a",
            "last_updated": "2023-08-10T12:28:26.347178-04:00",
            "created_at": "2023-08-09T14:53:17.826294-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c024f8d0-0aaa-4ea4-bd6f-05726bc94a99/?format=api"
        },
        {
            "id": "55903212-62b8-4b3a-8f40-0e2cf7846465",
            "gambit_id": "12a1bcd9-1882-4106-a07d-2f0b7c85a785",
            "last_updated": "2023-08-10T12:28:26.353738-04:00",
            "created_at": "2023-08-09T14:53:17.831145-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c024f8d0-0aaa-4ea4-bd6f-05726bc94a99/?format=api"
        }
    ]
}