GET /api/bet_types/896d1a96-715b-4be0-b105-94f74b68b57a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "896d1a96-715b-4be0-b105-94f74b68b57a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b67ffa7d-8692-48e9-bfd2-b2af1bd51770/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-27T08:57:16.592778-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "30d21a0f-40d6-4ebb-90c8-ea8d905002e9",
            "gambit_id": "15eb1c96-36c4-45b7-8ac5-babf64977950",
            "last_updated": "2022-12-28T21:32:12.608638-05:00",
            "created_at": "2022-12-27T08:57:16.594024-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/896d1a96-715b-4be0-b105-94f74b68b57a/?format=api"
        },
        {
            "id": "e859951c-d45e-4929-9cfe-aab35cb98bc5",
            "gambit_id": "840d31b3-a5b9-45b1-913c-9cc83411316a",
            "last_updated": "2022-12-28T21:32:12.609782-05:00",
            "created_at": "2022-12-27T08:57:16.595267-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/896d1a96-715b-4be0-b105-94f74b68b57a/?format=api"
        }
    ]
}