GET /api/bet_types/f853bac2-95fd-4bf9-a0ef-dec17b82416f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f853bac2-95fd-4bf9-a0ef-dec17b82416f",
    "match": "https://api-prod.gambitprofit.com/api/matches/00446a99-e8a3-47a7-bc5e-fac68fe5265d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-16T09:52:11.721372-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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd97e316-b96d-445f-acd0-48287ece905a",
            "gambit_id": "e4e2e1cc-2bab-4e9d-ad06-99a467931c3e",
            "last_updated": "2023-01-17T10:57:02.865870-05:00",
            "created_at": "2023-01-16T09:52:11.723831-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f853bac2-95fd-4bf9-a0ef-dec17b82416f/?format=api"
        },
        {
            "id": "202a1f6d-a7c9-4895-8467-7e46df1b7f50",
            "gambit_id": "f6c48055-41f9-48f2-961a-6217ab6e9c65",
            "last_updated": "2023-01-17T10:57:02.866980-05:00",
            "created_at": "2023-01-16T09:52:11.725746-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f853bac2-95fd-4bf9-a0ef-dec17b82416f/?format=api"
        }
    ]
}