GET /api/bet_types/5a8f04a6-c233-46aa-ab68-6b88f5cd8cdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a8f04a6-c233-46aa-ab68-6b88f5cd8cdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/3caaa2e5-988e-4191-8692-a0bb94aa0afe/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-29T09:13:13.947294-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 235.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 235.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "887ea647-02a0-4047-a7db-fa1188a19821",
            "gambit_id": "87e1917d-289d-4b77-af81-6eeee962a71c",
            "last_updated": "2024-01-31T10:18:31.062840-05:00",
            "created_at": "2024-01-29T09:13:13.950990-05:00",
            "name": "Game Total Over 235.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8f04a6-c233-46aa-ab68-6b88f5cd8cdc/?format=api"
        },
        {
            "id": "32e82d9a-6c91-42ec-a11a-5f9b1bfb5201",
            "gambit_id": "be43dca1-747e-4925-8321-1bcafdc26619",
            "last_updated": "2024-01-31T10:18:31.066210-05:00",
            "created_at": "2024-01-29T09:13:13.956235-05:00",
            "name": "Game Total Under 235.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8f04a6-c233-46aa-ab68-6b88f5cd8cdc/?format=api"
        }
    ]
}