GET /api/bet_types/b43c88be-f85c-4597-a20b-28f9585fe45d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b43c88be-f85c-4597-a20b-28f9585fe45d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c01b1a46-1825-4d18-b013-4eb21f87b1d6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T10:03:17.725584-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "228f91ca-d6a8-4391-b7de-ff0df7a5fc06",
            "gambit_id": "3390aa01-1b1a-4aa6-96af-e163ef2a44ac",
            "last_updated": "2023-12-22T15:27:55.536081-05:00",
            "created_at": "2023-12-20T10:03:17.734533-05:00",
            "name": "Game Total Over 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b43c88be-f85c-4597-a20b-28f9585fe45d/?format=api"
        },
        {
            "id": "f67e9038-0812-4d2a-a47d-398e46e4800d",
            "gambit_id": "99f6ce22-d7be-4a77-9a31-c30f59316a5d",
            "last_updated": "2023-12-22T15:27:55.539426-05:00",
            "created_at": "2023-12-20T10:03:17.729088-05:00",
            "name": "Game Total Under 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b43c88be-f85c-4597-a20b-28f9585fe45d/?format=api"
        }
    ]
}