GET /api/bet_types/94c23611-ba29-4e6a-8520-d7a0621e1756/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94c23611-ba29-4e6a-8520-d7a0621e1756",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad494b3e-b2af-44bd-a5e4-eeddb79b521d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:03.500624-05: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 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ac92264-516a-439a-8c5e-b3eac7d20c8f",
            "gambit_id": "556cb0b5-598f-4803-8a25-2ff53d1a3ff9",
            "last_updated": "2023-11-15T20:03:22.429547-05:00",
            "created_at": "2023-11-14T09:13:03.509009-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94c23611-ba29-4e6a-8520-d7a0621e1756/?format=api"
        },
        {
            "id": "1159d0ac-bb0a-40c7-aa75-7c6f49cc8ecb",
            "gambit_id": "593493c9-481f-419e-9958-ae974baec646",
            "last_updated": "2023-11-15T20:03:22.426036-05:00",
            "created_at": "2023-11-14T09:13:03.504578-05:00",
            "name": "Game Total Over 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94c23611-ba29-4e6a-8520-d7a0621e1756/?format=api"
        }
    ]
}