GET /api/bet_types/9af82127-b23e-4cae-87f2-8b6add0f9f9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9af82127-b23e-4cae-87f2-8b6add0f9f9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa6d508e-1ab9-4fc4-8ef5-93c7b19c1305/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-01T09:18:21.743646-04: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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf80c8a3-7923-4082-b306-677d0159f39a",
            "gambit_id": "b499550f-e36f-4d4f-9364-cc88f6a5a9c9",
            "last_updated": "2023-10-03T10:03:10.427916-04:00",
            "created_at": "2023-10-01T09:18:21.755030-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af82127-b23e-4cae-87f2-8b6add0f9f9e/?format=api"
        },
        {
            "id": "50af15bc-a7d3-4883-ac56-ea6ab64f6ada",
            "gambit_id": "66ba4b03-68a5-4fd8-be6c-e916e20addd0",
            "last_updated": "2023-10-03T10:03:10.422549-04:00",
            "created_at": "2023-10-01T09:18:21.748823-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9af82127-b23e-4cae-87f2-8b6add0f9f9e/?format=api"
        }
    ]
}