GET /api/bet_types/ff7d81c3-d2f4-46ec-831e-df486ed796ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff7d81c3-d2f4-46ec-831e-df486ed796ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/8df646f2-57ce-40c6-bc43-bc9ef85c0598/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-25T17:22:10.243867-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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "900c0acd-cd7e-45de-89b2-93146f03791c",
            "gambit_id": "14085b67-2b46-495d-acc0-cda8d8032d6b",
            "last_updated": "2023-02-26T11:41:56.152496-05:00",
            "created_at": "2023-02-25T17:22:10.245155-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff7d81c3-d2f4-46ec-831e-df486ed796ec/?format=api"
        },
        {
            "id": "5a3bc951-9859-48aa-a5a7-e3426d85cb89",
            "gambit_id": "698a0009-53cc-4684-b51e-0bd7fee72793",
            "last_updated": "2023-02-26T11:41:56.153600-05:00",
            "created_at": "2023-02-25T17:22:10.246437-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff7d81c3-d2f4-46ec-831e-df486ed796ec/?format=api"
        }
    ]
}