GET /api/bet_types/bdcb245b-66b0-4e88-a034-0b49d6814bae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdcb245b-66b0-4e88-a034-0b49d6814bae",
    "match": "https://api-prod.gambitprofit.com/api/matches/3143696e-b7d7-4936-8d7b-ffcbb67f2e97/?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 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f084983-ce34-477e-9397-dfd9d33b011b",
            "gambit_id": "16888515-60e6-449b-9e6c-7cdf17f67185",
            "last_updated": "2022-10-17T09:51:53.665477-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdcb245b-66b0-4e88-a034-0b49d6814bae/?format=api"
        },
        {
            "id": "ee5afc19-f8ad-4564-8c3b-ce825de74bdd",
            "gambit_id": "d254f970-7268-46b0-9150-213f911fdd7a",
            "last_updated": "2022-10-17T09:51:53.666515-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdcb245b-66b0-4e88-a034-0b49d6814bae/?format=api"
        }
    ]
}