GET /api/bet_types/acdd4792-5dd4-4297-bd93-a26c743cb70a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acdd4792-5dd4-4297-bd93-a26c743cb70a",
    "match": "https://api-prod.gambitprofit.com/api/matches/de2ac5d3-f285-4c6e-b0c7-4eb10ab2cfd3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:32:16.886033-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 235.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 235.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1460f74-3bd3-47c6-b18d-9faefc11565d",
            "gambit_id": "1f9261bd-8975-4fd6-8b1a-31889175d64c",
            "last_updated": "2023-04-05T17:37:08.682562-04:00",
            "created_at": "2023-04-04T09:32:16.889178-04:00",
            "name": "Game Total Over 235.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acdd4792-5dd4-4297-bd93-a26c743cb70a/?format=api"
        },
        {
            "id": "f0f4111c-abeb-459f-bb30-8b0c7c291c5d",
            "gambit_id": "daeaf3cd-7623-4107-848d-fc97e889b4c9",
            "last_updated": "2023-04-05T17:37:08.679432-04:00",
            "created_at": "2023-04-04T09:32:16.887641-04:00",
            "name": "Game Total Under 235.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acdd4792-5dd4-4297-bd93-a26c743cb70a/?format=api"
        }
    ]
}