GET /api/bet_types/5f35fe49-fa81-44e7-8a3f-10fd713cd4f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f35fe49-fa81-44e7-8a3f-10fd713cd4f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb5dec65-92a6-4110-b0f5-dfa03cf51017/?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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a9210f1-0546-4034-92d3-711540beb62a",
            "gambit_id": "ab36c8f6-da80-4f74-a958-615335160071",
            "last_updated": "2022-08-08T10:57:06.339653-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f35fe49-fa81-44e7-8a3f-10fd713cd4f6/?format=api"
        },
        {
            "id": "da90038c-c52c-4826-bd0f-44d5e3b26a3f",
            "gambit_id": "61f2ca53-9d7d-446a-80ea-a151fe58e7df",
            "last_updated": "2022-08-08T10:57:06.340106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f35fe49-fa81-44e7-8a3f-10fd713cd4f6/?format=api"
        }
    ]
}