GET /api/bet_types/35660142-c1e4-4711-ad79-738909721202/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35660142-c1e4-4711-ad79-738909721202",
    "match": "https://api-prod.gambitprofit.com/api/matches/5283670b-759e-44df-af0f-fcf3443f7a78/?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 Over 2.5",
                "amount": 5924.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4076.0
            }
        ],
        "expected_reward_tokens": 8885.68,
        "profit_sb": -114.32,
        "profit_sb_percentage": -1.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ec310df-d1ef-4d80-9540-2b5b141cc74c",
            "gambit_id": "3501b68c-a72c-41dd-b0e7-a6f440153770",
            "last_updated": "2022-08-15T13:42:13.690674-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.50000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35660142-c1e4-4711-ad79-738909721202/?format=api"
        },
        {
            "id": "1ef2a700-5c15-4ce2-85d1-27fdaf706813",
            "gambit_id": "05341f1c-0e60-4225-b234-266ea5b9b8c5",
            "last_updated": "2022-08-15T13:42:13.690251-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35660142-c1e4-4711-ad79-738909721202/?format=api"
        }
    ]
}