GET /api/bet_types/81a158cb-16c3-472f-acb5-fab98eadc4e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81a158cb-16c3-472f-acb5-fab98eadc4e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/fee86869-5131-43e8-be27-ba061761842c/?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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "22f56edd-b6c1-462b-9b02-df353e88be79",
            "gambit_id": "3f7fac5f-af21-483e-a431-e9ba92d6b55a",
            "last_updated": "2022-11-12T17:42:34.097688-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81a158cb-16c3-472f-acb5-fab98eadc4e7/?format=api"
        },
        {
            "id": "4bb08b4b-e3cc-473d-87bd-3094b6e7aa7e",
            "gambit_id": "84682ea5-15d7-49d3-afb1-deac18e54d79",
            "last_updated": "2022-11-12T17:42:34.098836-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81a158cb-16c3-472f-acb5-fab98eadc4e7/?format=api"
        }
    ]
}