GET /api/bet_types/ffa874e6-6a50-4be5-afc5-f7659c087aa8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffa874e6-6a50-4be5-afc5-f7659c087aa8",
    "match": "https://api-prod.gambitprofit.com/api/matches/997b301f-2608-4abe-ac24-b94afa645b16/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-30T12:47:12.564949-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "42d2ceff-8a11-4b5b-a869-d6282925f95a",
            "gambit_id": "5c304ba9-3e9a-48b0-bd07-f9b3773572e3",
            "last_updated": "2023-05-01T12:27:23.595193-04:00",
            "created_at": "2023-04-30T12:47:12.568833-04:00",
            "name": "Game Total Over 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffa874e6-6a50-4be5-afc5-f7659c087aa8/?format=api"
        },
        {
            "id": "e518dc4b-2723-46d8-a02f-aeddddb5181b",
            "gambit_id": "ca986297-e70d-4c1f-afad-5d995eae348c",
            "last_updated": "2023-05-01T12:27:23.593040-04:00",
            "created_at": "2023-04-30T12:47:12.566800-04:00",
            "name": "Game Total Under 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffa874e6-6a50-4be5-afc5-f7659c087aa8/?format=api"
        }
    ]
}