GET /api/bet_types/4f9d3b7c-8e99-4766-a7ab-1fb94c78c65b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f9d3b7c-8e99-4766-a7ab-1fb94c78c65b",
    "match": "https://api-prod.gambitprofit.com/api/matches/abc3cbe8-f23e-4207-87f2-37f04adcfc0a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 41",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 41",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "b07e24a4-252f-4a8d-9a55-02ce5113b2ce",
            "gambit_id": "5cf5ebd1-961e-4c0d-a78a-64223b156fc6",
            "last_updated": "2022-10-17T15:12:29.927230-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 41",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f9d3b7c-8e99-4766-a7ab-1fb94c78c65b/?format=api"
        },
        {
            "id": "e9f48c83-29db-4f94-9515-cb7bfb315977",
            "gambit_id": "3252b4b8-bbbb-4e77-9220-376f8403197e",
            "last_updated": "2022-10-17T15:12:29.926166-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 41",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f9d3b7c-8e99-4766-a7ab-1fb94c78c65b/?format=api"
        }
    ]
}