GET /api/bet_types/8fc2ddaf-c3ec-4d9f-b18c-8aac34bef092/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fc2ddaf-c3ec-4d9f-b18c-8aac34bef092",
    "match": "https://api-prod.gambitprofit.com/api/matches/3849562c-3c9c-41fe-b850-3942da0db68e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-28T09:42:06.382041-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 Under 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5da09a29-3b8d-4406-b75f-2f5bdca00706",
            "gambit_id": "6ad07b5a-8e59-44aa-abc0-3aa5668b4f0d",
            "last_updated": "2023-01-30T17:46:56.592076-05:00",
            "created_at": "2023-01-28T09:42:06.383291-05:00",
            "name": "Game Total Under 234",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fc2ddaf-c3ec-4d9f-b18c-8aac34bef092/?format=api"
        },
        {
            "id": "80ae74f2-b7f1-4653-97d6-8b41c699cc99",
            "gambit_id": "f0213a75-29ea-4c23-b166-6913f831dfa0",
            "last_updated": "2023-01-30T17:46:56.593475-05:00",
            "created_at": "2023-01-28T09:42:06.384554-05:00",
            "name": "Game Total Over 234",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fc2ddaf-c3ec-4d9f-b18c-8aac34bef092/?format=api"
        }
    ]
}