GET /api/bet_types/46d67ad2-d389-4a93-a79d-1ee5c7321d73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46d67ad2-d389-4a93-a79d-1ee5c7321d73",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdf7d574-bfea-4f91-bd4d-642f2387fff7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-07T10:17:24.731438-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 Over 217",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 217",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8dff5de-11ff-474a-a042-92c9b166db6c",
            "gambit_id": "58cf8367-4e6d-4555-a9c9-5cad0843353c",
            "last_updated": "2023-04-08T20:52:05.614923-04:00",
            "created_at": "2023-04-07T10:17:24.737087-04:00",
            "name": "Game Total Over 217",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46d67ad2-d389-4a93-a79d-1ee5c7321d73/?format=api"
        },
        {
            "id": "74ecccaf-cf93-4e19-bfe3-7cbb653ba70a",
            "gambit_id": "de8b1567-6d65-40c1-86bb-d2f1ee42a47c",
            "last_updated": "2023-04-08T20:52:05.612202-04:00",
            "created_at": "2023-04-07T10:17:24.734409-04:00",
            "name": "Game Total Under 217",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46d67ad2-d389-4a93-a79d-1ee5c7321d73/?format=api"
        }
    ]
}