GET /api/bet_types/c6e1d8d1-d8c0-450f-95b7-98d3c96818ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6e1d8d1-d8c0-450f-95b7-98d3c96818ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/74e25670-1503-4b8e-88dc-6fdf6072ee66/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-04T08:47:15.384736-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 2.5",
                "amount": 5156.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4844.0
            }
        ],
        "expected_reward_tokens": 8816.08,
        "profit_sb": -183.92,
        "profit_sb_percentage": -2.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e8dd8cc-00a4-4030-b74d-a7b8a85a0995",
            "gambit_id": "e50bfc75-8892-43a1-a4a7-56b41947eb46",
            "last_updated": "2023-01-05T10:36:51.564825-05:00",
            "created_at": "2023-01-04T08:47:15.385956-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.71000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6e1d8d1-d8c0-450f-95b7-98d3c96818ce/?format=api"
        },
        {
            "id": "0b351931-3b2d-4875-9a5d-3a63fec8bbf4",
            "gambit_id": "81ea9f69-6c4f-441e-8595-0e52515ac408",
            "last_updated": "2023-01-05T10:36:51.565929-05:00",
            "created_at": "2023-01-04T08:47:15.387176-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6e1d8d1-d8c0-450f-95b7-98d3c96818ce/?format=api"
        }
    ]
}