GET /api/bet_types/7f78c25a-9dbe-40f8-ab51-c0277c5c2862/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f78c25a-9dbe-40f8-ab51-c0277c5c2862",
    "match": "https://api-prod.gambitprofit.com/api/matches/de45f14b-4fb9-4881-9b8e-15f4e76d8550/?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 216.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 216.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c58b7df6-2a4f-4086-8040-26048ba6c90a",
            "gambit_id": "6251e9b9-c5b9-49ac-87ad-359d41f206d9",
            "last_updated": "2022-12-08T13:02:16.040647-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 216.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f78c25a-9dbe-40f8-ab51-c0277c5c2862/?format=api"
        },
        {
            "id": "2a7179e6-61be-4c68-aac3-431126b7721e",
            "gambit_id": "4807a51b-cfc3-4675-8b36-223122e1598b",
            "last_updated": "2022-12-08T13:02:16.041683-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 216.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f78c25a-9dbe-40f8-ab51-c0277c5c2862/?format=api"
        }
    ]
}