GET /api/bet_types/e59d84ec-3750-4a8f-9cf9-ab69611cd39a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e59d84ec-3750-4a8f-9cf9-ab69611cd39a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e09d8f84-220d-49ec-9118-00592a19fae5/?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": 5109.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "1262c55e-1904-4b60-a1c2-7e3e023ee20e",
            "gambit_id": "7c687a73-9aff-4732-9fdc-00fdfef57d2e",
            "last_updated": "2022-08-05T10:11:53.492186-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e59d84ec-3750-4a8f-9cf9-ab69611cd39a/?format=api"
        },
        {
            "id": "dc2c038f-a0db-40e0-b074-4141777e2daa",
            "gambit_id": "b213af79-8ea7-4a43-b052-1ff31a6c9791",
            "last_updated": "2022-08-05T10:11:53.492975-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e59d84ec-3750-4a8f-9cf9-ab69611cd39a/?format=api"
        }
    ]
}