GET /api/bet_types/ebf78771-a07f-4c1b-8cd7-c13258cac1b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebf78771-a07f-4c1b-8cd7-c13258cac1b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c670174d-dd3c-4d81-94b3-0f5d1764c775/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:19.725527-04: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 146.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 146.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "650cd5df-fb1d-4ec7-982f-67feb16e74e1",
            "gambit_id": "72844c4a-23b4-477d-be69-b17ebd1cca66",
            "last_updated": "2023-03-18T11:42:11.649848-04:00",
            "created_at": "2023-03-16T17:37:19.729427-04:00",
            "name": "Game Total Over 146.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "146.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebf78771-a07f-4c1b-8cd7-c13258cac1b1/?format=api"
        },
        {
            "id": "d43fdbcf-80e0-427f-9b5f-5df845e5407f",
            "gambit_id": "be4db586-5135-41ce-8708-1b363977541a",
            "last_updated": "2023-03-18T11:42:11.648388-04:00",
            "created_at": "2023-03-16T17:37:19.727363-04:00",
            "name": "Game Total Under 146.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "146.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebf78771-a07f-4c1b-8cd7-c13258cac1b1/?format=api"
        }
    ]
}