GET /api/bet_types/37e0f44b-1595-4608-bcfa-a529df646126/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37e0f44b-1595-4608-bcfa-a529df646126",
    "match": "https://api-prod.gambitprofit.com/api/matches/8eaf1972-cd28-4725-a6ce-ff56c71fdbf7/?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 8",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "36e597f6-6d6e-4f1f-acb9-9e01201d5d5c",
            "gambit_id": "47b6d786-21c1-4865-9ac1-5cb852b6fec0",
            "last_updated": "2022-10-01T09:22:26.494894-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37e0f44b-1595-4608-bcfa-a529df646126/?format=api"
        },
        {
            "id": "59a4e424-e464-4a4e-bb28-983d550891b0",
            "gambit_id": "988ebd58-5fd6-4ec9-bfbe-ccd3253e78b2",
            "last_updated": "2022-10-01T09:22:26.496042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37e0f44b-1595-4608-bcfa-a529df646126/?format=api"
        }
    ]
}