GET /api/bet_types/7e3ee705-88ed-438f-b376-7e5cc1556092/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e3ee705-88ed-438f-b376-7e5cc1556092",
    "match": "https://api-prod.gambitprofit.com/api/matches/c779de57-ff51-4517-b722-607da677fad8/?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 41.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0704faa-1d06-4b03-99fe-4ccf6fec37e6",
            "gambit_id": "27c4a5cb-c162-4e20-9c73-e2feee3b5cf3",
            "last_updated": "2022-10-31T10:37:25.083791-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 41.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e3ee705-88ed-438f-b376-7e5cc1556092/?format=api"
        },
        {
            "id": "a4bce241-38af-417d-b54b-246ca50cf781",
            "gambit_id": "2a0c08d5-df4f-4da0-9fcf-7f64d76421b1",
            "last_updated": "2022-10-31T10:37:25.084933-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 41.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e3ee705-88ed-438f-b376-7e5cc1556092/?format=api"
        }
    ]
}