GET /api/bet_types/3249afa8-bda7-448e-a6ec-b78e50fbed8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3249afa8-bda7-448e-a6ec-b78e50fbed8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a081cc4a-c4c1-4932-ace9-53ae1da1998f/?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 Over 2.5",
                "amount": 6011.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3989.0
            }
        ],
        "expected_reward_tokens": 8895.47,
        "profit_sb": -104.53,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2dba14d-2856-499b-a911-a618fb788bbc",
            "gambit_id": "2bbc7c40-c65e-4379-ba3a-e746983dab94",
            "last_updated": "2022-11-02T21:02:13.970163-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3249afa8-bda7-448e-a6ec-b78e50fbed8d/?format=api"
        },
        {
            "id": "43e4fe1e-0a61-438e-9b10-03e4caf64184",
            "gambit_id": "9965addd-53d1-4110-ab02-672257fb73ba",
            "last_updated": "2022-11-02T21:02:13.969076-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3249afa8-bda7-448e-a6ec-b78e50fbed8d/?format=api"
        }
    ]
}