GET /api/bet_types/8e31592b-87b5-4fe0-a896-50cb79c8854e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e31592b-87b5-4fe0-a896-50cb79c8854e",
    "match": "https://api-prod.gambitprofit.com/api/matches/300d6f28-7ce8-42cb-b680-b1dfe1b15c49/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-16T09:28:09.870102-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 39",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 39",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "abecfdca-ec3c-420c-9661-70fb9be0136a",
            "gambit_id": "560b8905-cb83-4ea1-926a-2e2bfb31ff18",
            "last_updated": "2023-11-20T19:43:00.643194-05:00",
            "created_at": "2023-11-16T09:28:09.874452-05:00",
            "name": "Game Total Over 39",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e31592b-87b5-4fe0-a896-50cb79c8854e/?format=api"
        },
        {
            "id": "832c2f48-d382-44e2-8d04-42d708f16d6c",
            "gambit_id": "28b7b8cf-bd16-4a88-8ba3-5fe87a4aa411",
            "last_updated": "2023-11-20T19:43:00.646565-05:00",
            "created_at": "2023-11-16T09:28:09.879313-05:00",
            "name": "Game Total Under 39",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e31592b-87b5-4fe0-a896-50cb79c8854e/?format=api"
        }
    ]
}