GET /api/bet_types/f77fecf9-e1e7-488a-98ce-74811d366f15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f77fecf9-e1e7-488a-98ce-74811d366f15",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ff31724-9597-4002-9afe-c1fd7b61693d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-13T09:11:48.807356-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 6.5",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbbeadad-aa7e-4f3e-8693-17da655fc33d",
            "gambit_id": "aab5fd35-bdbc-46b9-a2e6-0d0244b3124d",
            "last_updated": "2023-01-14T20:22:16.973805-05:00",
            "created_at": "2023-01-13T09:11:48.809995-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f77fecf9-e1e7-488a-98ce-74811d366f15/?format=api"
        },
        {
            "id": "d410e4e9-4145-40fa-ac2c-2d52cb99c5f3",
            "gambit_id": "de11c0de-3d6e-46fc-9e2f-42596c9f47dc",
            "last_updated": "2023-01-14T20:22:16.970601-05:00",
            "created_at": "2023-01-13T09:11:48.808766-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f77fecf9-e1e7-488a-98ce-74811d366f15/?format=api"
        }
    ]
}