GET /api/bet_types/b7294491-c6ff-4645-a8b6-15db3caf5763/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7294491-c6ff-4645-a8b6-15db3caf5763",
    "match": "https://api-prod.gambitprofit.com/api/matches/75b30173-96b1-4a0a-a52e-dfeb86f5f16a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "20cc462f-baad-4481-bbe6-45e7e39d5b63",
            "gambit_id": "dc170fad-bbad-4df0-bc3b-6293df56c176",
            "last_updated": "2022-12-13T09:57:39.241014-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7294491-c6ff-4645-a8b6-15db3caf5763/?format=api"
        },
        {
            "id": "f35b46d1-a0e0-43a5-96c8-f5180a0cecfc",
            "gambit_id": "1efc8992-4e94-47b7-9578-c477b9d26cfe",
            "last_updated": "2022-12-13T09:57:39.239861-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7294491-c6ff-4645-a8b6-15db3caf5763/?format=api"
        }
    ]
}