GET /api/bet_types/23732427-73db-45a8-8dbc-e07d63a9a3a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23732427-73db-45a8-8dbc-e07d63a9a3a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b677ddb2-9f43-4e3b-ba0d-a8b55544bacf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-12T09:43:07.423777-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 Under 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "33147a39-6790-4cd6-a262-2ae172ba349d",
            "gambit_id": "84a0722d-e9f8-4679-86e7-d429405cefdf",
            "last_updated": "2023-08-14T10:38:14.367214-04:00",
            "created_at": "2023-08-12T09:43:07.429781-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23732427-73db-45a8-8dbc-e07d63a9a3a1/?format=api"
        },
        {
            "id": "70fa4204-6c50-4050-9dea-a9f3d2914c25",
            "gambit_id": "98081b94-f931-4416-a82b-cf0b3d382ad5",
            "last_updated": "2023-08-14T10:38:14.370440-04:00",
            "created_at": "2023-08-12T09:43:07.437581-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23732427-73db-45a8-8dbc-e07d63a9a3a1/?format=api"
        }
    ]
}