GET /api/bet_types/8de6a25e-74a5-4321-b7c2-e610bf43f5ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8de6a25e-74a5-4321-b7c2-e610bf43f5ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/68f8a8c2-a80e-4b96-9e61-25c2e9c152fe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-31T10:23:03.594574-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": "b341d74b-baf4-45ac-b0b7-df3ac2dde51a",
            "gambit_id": "b0d322e7-d7d0-4a10-87bc-83e8726601b3",
            "last_updated": "2023-08-07T19:02:59.187203-04:00",
            "created_at": "2023-07-31T10:23:03.598958-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/8de6a25e-74a5-4321-b7c2-e610bf43f5ec/?format=api"
        },
        {
            "id": "d3e1c20d-1158-44e8-b848-7378a93621dd",
            "gambit_id": "e08309d9-ee9f-4f7b-8f49-9d9dafe0f725",
            "last_updated": "2023-08-07T19:02:59.190827-04:00",
            "created_at": "2023-07-31T10:23:03.606312-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/8de6a25e-74a5-4321-b7c2-e610bf43f5ec/?format=api"
        }
    ]
}