GET /api/bet_types/a8098733-19bb-4a64-ba99-f5e6e645518b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8098733-19bb-4a64-ba99-f5e6e645518b",
    "match": "https://api-prod.gambitprofit.com/api/matches/69fcb2b6-49d4-4011-bca8-7ae6ded44238/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-20T09:21:58.235446-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 Over 243.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 243.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "1882e647-259b-4b88-9f85-c5a71d2b2023",
            "gambit_id": "1da28303-fed5-4b7e-9bdb-d4bd0967456f",
            "last_updated": "2023-01-21T10:27:23.764558-05:00",
            "created_at": "2023-01-20T09:21:58.238631-05:00",
            "name": "Game Total Over 243.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "243.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8098733-19bb-4a64-ba99-f5e6e645518b/?format=api"
        },
        {
            "id": "a8f134db-8f0c-4a5a-8a7b-83579277c7aa",
            "gambit_id": "ccb18d04-0838-445b-bb38-70e26745b262",
            "last_updated": "2023-01-21T10:27:23.763303-05:00",
            "created_at": "2023-01-20T09:21:58.237037-05:00",
            "name": "Game Total Under 243.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "243.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8098733-19bb-4a64-ba99-f5e6e645518b/?format=api"
        }
    ]
}