GET /api/bet_types/411b16bd-5f59-466b-9dc0-49428fc9573b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "411b16bd-5f59-466b-9dc0-49428fc9573b",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd55af36-e49f-440a-999a-2e46bc204e9d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T10:08:17.144814-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 46",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 46",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "72388c30-3e6c-4a34-9351-b308c96896f3",
            "gambit_id": "397a5b19-d5a2-40eb-ac59-50e5f12500af",
            "last_updated": "2023-10-03T09:53:09.881942-04:00",
            "created_at": "2023-09-28T10:08:17.148219-04:00",
            "name": "Game Total Over 46",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411b16bd-5f59-466b-9dc0-49428fc9573b/?format=api"
        },
        {
            "id": "aad879ff-2081-40e2-9bd0-76282195f21e",
            "gambit_id": "01498cbc-2126-4f67-8bc2-014824e205cc",
            "last_updated": "2023-10-03T09:53:09.886113-04:00",
            "created_at": "2023-09-28T10:08:17.152247-04:00",
            "name": "Game Total Under 46",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411b16bd-5f59-466b-9dc0-49428fc9573b/?format=api"
        }
    ]
}