GET /api/bet_types/781ce177-46fc-4b66-aaf2-5ed54e0b9888/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "781ce177-46fc-4b66-aaf2-5ed54e0b9888",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ddda5c2-87d7-4f03-acb8-26876a999b1f/?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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d048a364-df47-4936-a25f-a880de5bcbfe",
            "gambit_id": "699ef79b-de41-4791-b8e9-dc46eef6da50",
            "last_updated": "2022-11-06T08:58:19.118085-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/781ce177-46fc-4b66-aaf2-5ed54e0b9888/?format=api"
        },
        {
            "id": "92d0db7d-06c4-4a45-b904-c66ce845917a",
            "gambit_id": "ecba6072-fa0e-4188-9dff-f652b527d273",
            "last_updated": "2022-11-06T08:58:19.116871-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 47.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/781ce177-46fc-4b66-aaf2-5ed54e0b9888/?format=api"
        }
    ]
}