GET /api/bet_types/989d40b7-acd2-4317-a742-31636ace28b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "989d40b7-acd2-4317-a742-31636ace28b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/719c3838-fb64-4efd-9cf3-3fbfe7432c9d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T10:02:09.000238-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 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7f557ec-1364-4227-9596-d6ad24a22250",
            "gambit_id": "d1a5c4e0-da12-4f5c-9488-f118ae3bb99f",
            "last_updated": "2023-04-10T14:42:11.903615-04:00",
            "created_at": "2023-04-09T10:02:09.003484-04:00",
            "name": "Game Total Under 230",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/989d40b7-acd2-4317-a742-31636ace28b4/?format=api"
        },
        {
            "id": "7e634fd1-6ba1-4543-b700-33fb246fa2ce",
            "gambit_id": "f3c5f13f-6eb2-43f6-9293-7c30e2f3ab05",
            "last_updated": "2023-04-10T14:42:11.905423-04:00",
            "created_at": "2023-04-09T10:02:09.007322-04:00",
            "name": "Game Total Over 230",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/989d40b7-acd2-4317-a742-31636ace28b4/?format=api"
        }
    ]
}