GET /api/bet_types/7e60d0db-c592-4363-bf98-dfb25c051463/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e60d0db-c592-4363-bf98-dfb25c051463",
    "match": "https://api-prod.gambitprofit.com/api/matches/e08d9b03-496e-4815-b877-e28386457bd0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-03T09:56:54.121045-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 Over 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "569ad507-34a7-447e-82ed-c886c36dc6c5",
            "gambit_id": "934d9ee7-1000-4bed-8f22-ac7decf4d320",
            "last_updated": "2023-04-04T19:12:05.888798-04:00",
            "created_at": "2023-04-03T09:56:54.123957-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e60d0db-c592-4363-bf98-dfb25c051463/?format=api"
        },
        {
            "id": "3aa22b6e-e9a4-4f13-9907-47e3cdfa88bf",
            "gambit_id": "484f7cca-8db4-49c6-bea6-e23e0f551e62",
            "last_updated": "2023-04-04T19:12:05.887519-04:00",
            "created_at": "2023-04-03T09:56:54.122498-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e60d0db-c592-4363-bf98-dfb25c051463/?format=api"
        }
    ]
}