GET /api/bet_types/1d8e0045-97ec-4f40-a3dd-2190d5064cf3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d8e0045-97ec-4f40-a3dd-2190d5064cf3",
    "match": "https://api-prod.gambitprofit.com/api/matches/e90936ce-4acc-442f-a70e-1c11ba18a621/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-20T09:58:16.547313-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 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "23dda58e-0913-40f9-855f-25ca4155d790",
            "gambit_id": "4d84263e-85a2-45f4-b817-6ddb7c34506e",
            "last_updated": "2023-09-26T09:03:33.013040-04:00",
            "created_at": "2023-09-20T09:58:16.551436-04:00",
            "name": "Game Total Over 44",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8e0045-97ec-4f40-a3dd-2190d5064cf3/?format=api"
        },
        {
            "id": "2928d778-9a9f-44cb-b10a-20c0b3925797",
            "gambit_id": "2167732b-c273-4b8a-8a01-cbce75387f97",
            "last_updated": "2023-09-26T09:03:33.016674-04:00",
            "created_at": "2023-09-20T09:58:16.556178-04:00",
            "name": "Game Total Under 44",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8e0045-97ec-4f40-a3dd-2190d5064cf3/?format=api"
        }
    ]
}