GET /api/bet_types/4b22fa75-0280-48ef-8d5f-3a2773fa0180/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b22fa75-0280-48ef-8d5f-3a2773fa0180",
    "match": "https://api-prod.gambitprofit.com/api/matches/2534bd35-e6ee-4082-86f9-3531f8d5c972/?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 7",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "84dea6a2-cb90-4d0b-93f4-2c93a480f67b",
            "gambit_id": "9ace8b88-36ff-4e9d-a1f2-9d5910b5dc1a",
            "last_updated": "2022-08-28T11:27:26.696535-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b22fa75-0280-48ef-8d5f-3a2773fa0180/?format=api"
        },
        {
            "id": "d85d2e0f-e93d-44f5-83f7-e08bbbaa9575",
            "gambit_id": "d8268f28-e454-47de-b463-c4388afde929",
            "last_updated": "2022-08-28T11:27:26.697034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b22fa75-0280-48ef-8d5f-3a2773fa0180/?format=api"
        }
    ]
}