GET /api/bet_types/a4568852-d462-4797-801d-40b8d799e135/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4568852-d462-4797-801d-40b8d799e135",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a5adde2-5281-4ef0-8e7a-bdcef6c46850/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-29T10:38:15.897491-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 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "307360e4-2e78-4eae-a23f-fb885ffd6f30",
            "gambit_id": "134e2e60-3327-4afd-95af-d61ad5c0ffc7",
            "last_updated": "2023-10-30T21:53:25.119158-04:00",
            "created_at": "2023-10-29T10:38:15.902019-04:00",
            "name": "Game Total Over 223",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4568852-d462-4797-801d-40b8d799e135/?format=api"
        },
        {
            "id": "1867d0d2-70c1-45bc-ad95-c95452601b7e",
            "gambit_id": "20d59db5-1d63-4d85-a7df-6f581d3fd363",
            "last_updated": "2023-10-30T21:53:25.123330-04:00",
            "created_at": "2023-10-29T10:38:15.907847-04:00",
            "name": "Game Total Under 223",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4568852-d462-4797-801d-40b8d799e135/?format=api"
        }
    ]
}