GET /api/bet_types/92e36fac-621d-4548-96fa-1937e35b2b51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92e36fac-621d-4548-96fa-1937e35b2b51",
    "match": "https://api-prod.gambitprofit.com/api/matches/c92adb6a-c0b0-4f50-b644-42bffc7ab705/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:17.992830-04: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 2.5",
                "amount": 6047.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba07837d-5afe-42bd-9e2e-c4b4deb91085",
            "gambit_id": "1249d9b3-b16c-4efa-a6eb-5abb4cc9c9fa",
            "last_updated": "2023-04-13T17:22:17.082277-04:00",
            "created_at": "2023-04-11T09:02:17.996601-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.53000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92e36fac-621d-4548-96fa-1937e35b2b51/?format=api"
        },
        {
            "id": "c1f6dbc3-73dd-49bf-baf1-2ad3a2cdc9e4",
            "gambit_id": "395f6c66-fe95-4f4e-9bf3-8a99addecc75",
            "last_updated": "2023-04-13T17:22:17.084064-04:00",
            "created_at": "2023-04-11T09:02:17.999722-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92e36fac-621d-4548-96fa-1937e35b2b51/?format=api"
        }
    ]
}