GET /api/bet_types/b1d6ccf8-ada0-40c3-a211-51ffe69455f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1d6ccf8-ada0-40c3-a211-51ffe69455f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a985e0b-6a63-4b25-b2a7-b71b015f3851/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-17T09:23:16.283893-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3cefe481-221d-45de-8a51-28d65310fc12",
            "gambit_id": "5272ac20-a914-409c-99cc-eb3806c0dda8",
            "last_updated": "2023-11-18T09:43:29.967582-05:00",
            "created_at": "2023-11-17T09:23:16.288474-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1d6ccf8-ada0-40c3-a211-51ffe69455f3/?format=api"
        },
        {
            "id": "1cbca468-239e-4383-a4d1-fa418dcc53c5",
            "gambit_id": "237fcbe9-adf8-4fe4-9244-32e12e33a678",
            "last_updated": "2023-11-18T09:43:29.971002-05:00",
            "created_at": "2023-11-17T09:23:16.296464-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1d6ccf8-ada0-40c3-a211-51ffe69455f3/?format=api"
        }
    ]
}