GET /api/bet_types/cfd91072-fc8c-4351-8dd3-8b3896c40598/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfd91072-fc8c-4351-8dd3-8b3896c40598",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb99343d-bf3c-4612-94f2-00263da3948b/?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 Under 72.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 72.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "3a3d4816-55df-4695-ae4d-3f73455f22b9",
            "gambit_id": "8c438734-ebcb-4c81-b22e-e862d86ab570",
            "last_updated": "2022-09-11T10:17:21.260815-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 72.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "72.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfd91072-fc8c-4351-8dd3-8b3896c40598/?format=api"
        },
        {
            "id": "162fcd90-f4a0-42a3-8d73-fc8c385a6896",
            "gambit_id": "97bfed3f-01c9-4994-a797-77d00fa767c5",
            "last_updated": "2022-09-11T10:17:21.261945-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 72.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "72.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfd91072-fc8c-4351-8dd3-8b3896c40598/?format=api"
        }
    ]
}