GET /api/bet_types/a169f708-5d21-42d5-b52f-2590c8ec6707/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a169f708-5d21-42d5-b52f-2590c8ec6707",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b7201be-e4f6-4706-bb40-bddfd1f27208/?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 53",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 53",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b4a4b1f-3cf0-4691-be07-e3327ef94fb9",
            "gambit_id": "a518e3fd-f5b0-4838-b3cd-2c3380b2b27e",
            "last_updated": "2022-10-17T09:46:56.492923-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a169f708-5d21-42d5-b52f-2590c8ec6707/?format=api"
        },
        {
            "id": "489427c8-de51-4a48-ac4d-31ceb113c453",
            "gambit_id": "c63e7902-413f-4874-9f79-9e5f9af6a7ec",
            "last_updated": "2022-10-17T09:46:56.494102-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a169f708-5d21-42d5-b52f-2590c8ec6707/?format=api"
        }
    ]
}