GET /api/bet_types/8be47bcf-c963-491a-b40e-964df5916cc4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8be47bcf-c963-491a-b40e-964df5916cc4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1e12d45-9fae-4ac4-a9cf-ff1d6f1137e3/?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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6c5ae0c-a4bb-4600-af50-e7e91e5147f0",
            "gambit_id": "550901aa-c1d0-4c77-ad13-6049a9ce1507",
            "last_updated": "2022-09-19T11:02:15.861684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8be47bcf-c963-491a-b40e-964df5916cc4/?format=api"
        },
        {
            "id": "9af2a73f-42ac-428b-bc5e-29fe2ec9a2dc",
            "gambit_id": "79bd1867-220a-4a2d-9bf9-287818241708",
            "last_updated": "2022-09-19T11:02:15.862828-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8be47bcf-c963-491a-b40e-964df5916cc4/?format=api"
        }
    ]
}