GET /api/bet_types/608b0c54-e8b4-4c52-8d9c-299a9bc9fb95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "608b0c54-e8b4-4c52-8d9c-299a9bc9fb95",
    "match": "https://api-prod.gambitprofit.com/api/matches/44b22f58-c2f3-4bf0-8970-5a82e92d8e1f/?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 Over 44",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "143a66bc-c791-4065-8dde-764e2f84b755",
            "gambit_id": "ee10abbb-b079-4e18-8a63-011572b7408b",
            "last_updated": "2022-10-31T11:31:56.738398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/608b0c54-e8b4-4c52-8d9c-299a9bc9fb95/?format=api"
        },
        {
            "id": "f7db58c1-efbf-4698-aeb8-2fb79b1fb3d6",
            "gambit_id": "f60aca1f-db9d-4991-bd89-d20cc5835c39",
            "last_updated": "2022-10-31T11:31:56.737265-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/608b0c54-e8b4-4c52-8d9c-299a9bc9fb95/?format=api"
        }
    ]
}