GET /api/bet_types/43aaaa17-3745-46d6-8f30-021f9b022aa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43aaaa17-3745-46d6-8f30-021f9b022aa6",
    "match": "https://api-prod.gambitprofit.com/api/matches/275bf806-4193-4383-9653-995650b57180/?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 Under 54.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 54.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5891b92e-e473-4226-b98a-6387563cd031",
            "gambit_id": "d5167310-4d7e-4ae6-b887-0ed0328abd33",
            "last_updated": "2022-11-14T09:38:41.894403-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43aaaa17-3745-46d6-8f30-021f9b022aa6/?format=api"
        },
        {
            "id": "90985c0a-87d6-497b-b73e-98bb5571e7b7",
            "gambit_id": "f73b20cb-8e95-4a6d-8ebd-9dc8afd01b4b",
            "last_updated": "2022-11-14T09:38:41.895537-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43aaaa17-3745-46d6-8f30-021f9b022aa6/?format=api"
        }
    ]
}